cpp2ffi.lua, generator ... :get manual funcs args and ret

This commit is contained in:
sonoro1234
2024-11-01 13:47:14 +01:00
parent fdd07821bb
commit be19fd11eb
6 changed files with 68 additions and 27 deletions

View File

@@ -4989,7 +4989,7 @@ CIMGUI_API void igImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[2
/////////////////////////hand written functions
//no LogTextV
CIMGUI_API void igLogText(CONST char *fmt, ...);
CIMGUI_API void igLogText(const char *fmt, ...);
//no appendfV
CIMGUI_API void ImGuiTextBuffer_appendf(struct ImGuiTextBuffer *buffer, const char *fmt, ...);
//for getting FLT_MAX in bindings