generation

This commit is contained in:
Victor Bombi
2021-01-27 10:48:46 +01:00
parent c4d1f5423e
commit 86112e0b45
4 changed files with 9 additions and 2 deletions

View File

@@ -3704,6 +3704,8 @@ CIMGUI_API void igLogText(CONST char *fmt, ...);
CIMGUI_API void ImGuiTextBuffer_appendf(struct ImGuiTextBuffer *buffer, const char *fmt, ...);
//for getting FLT_MAX in bindings
CIMGUI_API float igGET_FLT_MAX();
//for getting FLT_MIN in bindings
CIMGUI_API float igGET_FLT_MIN();
CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_create();