add igGetIDRange to overloads table

This commit is contained in:
sonoro1234
2018-10-14 10:09:04 +02:00
parent 84a9656889
commit 51f02dca4d
8 changed files with 10 additions and 7 deletions

View File

@@ -62,6 +62,9 @@ local cimgui_overloads = {
--["(const void*)"] = "igPushIDPtr",
--["(int)"] = "igPushIDInt"
},
igGetID = {
["(const char*,const char*)"] = "igGetIDRange",
},
ImDrawList_AddText = {
["(const ImVec2,ImU32,const char*,const char*)"] = "ImDrawList_AddText",
},