cpp2ffi: hide genConversors and gen_structs_c

This commit is contained in:
sonoro1234
2025-11-09 12:15:04 +01:00
parent 3c9eda8f1f
commit 34550586d4
4 changed files with 8 additions and 9 deletions

View File

@@ -3818,6 +3818,7 @@ struct SDL_Window;
typedef union SDL_Event SDL_Event;
#endif // CIMGUI_DEFINE_ENUMS_AND_STRUCTS
#ifdef CIMGUI_DEFINE_ENUMS_AND_STRUCTS
typedef struct ImColor_c ImColor;
typedef struct ImRect_c ImRect;
@@ -3859,7 +3860,6 @@ struct ImVec4_c {
float w;
};
#endif
#ifndef CIMGUI_DEFINE_ENUMS_AND_STRUCTS
typedef struct ImGuiTextFilter::ImGuiTextRange ImGuiTextRange;
typedef ImStb::STB_TexteditState STB_TexteditState;