Skip to content

Commit

Permalink
sokol_imgui.h: prepare for switch to dear_bindings cimgui
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Dec 4, 2024
1 parent eaa1ca7 commit ad462b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/sokol_imgui.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad462b9

Please sign in to comment.