Explorar o código

sokol_imgui.h: prepare for switch to dear_bindings cimgui

Andre Weissflog hai 9 meses
pai
achega
ad462b919e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util/sokol_imgui.h

+ 1 - 1
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