generator.lua: ImTextureID_Invalid define for cl compiler

This commit is contained in:
sonoro1234
2025-11-13 19:14:43 +01:00
parent 9e036bb003
commit c44d649bf5
2 changed files with 5 additions and 1 deletions

View File

@@ -34,4 +34,8 @@
#ifdef IMGUI_HAS_TEXTURES
#pragma message(CIMGUI_DEFSTRING(IMGUI_HAS_TEXTURES))
#endif
#ifdef ImTextureID_Invalid
#pragma message(CIMGUI_DEFSTRING(ImTextureID_Invalid))
#endif