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

@@ -4680,6 +4680,11 @@ CIMGUI_API float igGET_FLT_MAX()
return FLT_MAX;
}
CIMGUI_API float igGET_FLT_MIN()
{
return FLT_MIN;
}
CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_create()
{