aboutsummaryrefslogtreecommitdiff
path: root/util/sokol_imgui.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-12-04 18:21:05 +0100
committerAndre Weissflog <floooh@gmail.com>2024-12-04 18:21:05 +0100
commitad462b919eabe0d07c001c57259d85f127fbffff (patch)
treef11cc7daaa76385cb812bf26f3214dbf61aa73a7 /util/sokol_imgui.h
parenteaa1ca79a4004750e58cb51e0100d27f23e3e1ff (diff)
sokol_imgui.h: prepare for switch to dear_bindings cimgui
Diffstat (limited to 'util/sokol_imgui.h')
-rw-r--r--util/sokol_imgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_imgui.h b/util/sokol_imgui.h
index 7b71d90e..1a7c650b 100644
--- a/util/sokol_imgui.h
+++ b/util/sokol_imgui.h
@@ -574,7 +574,7 @@ inline void simgui_create_fonts_texture(const simgui_font_tex_desc_t& desc) { re
#error "Please include imgui.h before the sokol_imgui.h implementation"
#endif
#else
- #if !defined(CIMGUI_INCLUDED)
+ #if !defined(CIMGUI_API)
#error "Please include cimgui.h before the sokol_imgui.h implementation"
#endif
#endif