cpp2ffi: genConversion take care of ptr to nonPOD fields, avoid infinite recursion on gen_structs_c

This commit is contained in:
sonoro1234
2025-11-10 13:53:03 +01:00
parent 794f63b480
commit c4b7680882
4 changed files with 16 additions and 9 deletions

View File

@@ -49,6 +49,7 @@ struct SDL_Window;
typedef union SDL_Event SDL_Event;
#endif // CIMGUI_DEFINE_ENUMS_AND_STRUCTS
PLACE_STRUCTS_C
#include "auto_funcs.h"