mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
saved ordered tables
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
:: impl_definitions.lua for implementation function definitions
|
:: impl_definitions.lua for implementation function definitions
|
||||||
|
|
||||||
:: set your PATH if necessary for LuaJIT or Lua5.1 or luajit with: (for example)
|
:: set your PATH if necessary for LuaJIT or Lua5.1 or luajit with: (for example)
|
||||||
:: set PATH=%PATH%;C:\luaGL;C:\mingw32\bin;
|
set PATH=%PATH%;C:\luaGL;C:\mingw32\bin;
|
||||||
:: set PATH=%PATH%;C:\luaGL;C:\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\mingw32\bin;
|
:: set PATH=%PATH%;C:\luaGL;C:\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\mingw32\bin;
|
||||||
:: set PATH=%PATH%;C:\luaGL\sources\luajit-master\luajit-master\bin\mingw32;C:\mingw32\bin;
|
:: set PATH=%PATH%;C:\luaGL\sources\luajit-master\luajit-master\bin\mingw32;C:\mingw32\bin;
|
||||||
::process files
|
::process files
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,68 +1,68 @@
|
|||||||
local defs = {}
|
local defs = {}
|
||||||
defs["ImGuiColumnsFlags"] = "int"
|
defs["CustomRect"] = "struct CustomRect"
|
||||||
|
defs["GlyphRangesBuilder"] = "struct GlyphRangesBuilder"
|
||||||
|
defs["ImColor"] = "struct ImColor"
|
||||||
|
defs["ImDrawCallback"] = "void(*)(const ImDrawList* parent_list,const ImDrawCmd* cmd);"
|
||||||
|
defs["ImDrawChannel"] = "struct ImDrawChannel"
|
||||||
|
defs["ImDrawCmd"] = "struct ImDrawCmd"
|
||||||
|
defs["ImDrawCornerFlags"] = "int"
|
||||||
|
defs["ImDrawData"] = "struct ImDrawData"
|
||||||
|
defs["ImDrawIdx"] = "unsigned short"
|
||||||
|
defs["ImDrawList"] = "struct ImDrawList"
|
||||||
|
defs["ImDrawListFlags"] = "int"
|
||||||
|
defs["ImDrawListSharedData"] = "struct ImDrawListSharedData"
|
||||||
|
defs["ImDrawVert"] = "struct ImDrawVert"
|
||||||
|
defs["ImFont"] = "struct ImFont"
|
||||||
|
defs["ImFontAtlas"] = "struct ImFontAtlas"
|
||||||
|
defs["ImFontAtlasFlags"] = "int"
|
||||||
defs["ImFontConfig"] = "struct ImFontConfig"
|
defs["ImFontConfig"] = "struct ImFontConfig"
|
||||||
defs["ImS32"] = "signed int"
|
defs["ImFontGlyph"] = "struct ImFontGlyph"
|
||||||
defs["ImGuiTreeNodeFlags"] = "int"
|
defs["ImGuiBackendFlags"] = "int"
|
||||||
|
defs["ImGuiCol"] = "int"
|
||||||
|
defs["ImGuiColorEditFlags"] = "int"
|
||||||
|
defs["ImGuiColumnsFlags"] = "int"
|
||||||
|
defs["ImGuiComboFlags"] = "int"
|
||||||
|
defs["ImGuiCond"] = "int"
|
||||||
|
defs["ImGuiConfigFlags"] = "int"
|
||||||
|
defs["ImGuiContext"] = "struct ImGuiContext"
|
||||||
|
defs["ImGuiDataType"] = "int"
|
||||||
|
defs["ImGuiDir"] = "int"
|
||||||
|
defs["ImGuiDragDropFlags"] = "int"
|
||||||
defs["ImGuiFocusedFlags"] = "int"
|
defs["ImGuiFocusedFlags"] = "int"
|
||||||
defs["ImGuiHoveredFlags"] = "int"
|
defs["ImGuiHoveredFlags"] = "int"
|
||||||
defs["ImU64"] = "uint64_t"
|
|
||||||
defs["ImGuiID"] = "unsigned int"
|
defs["ImGuiID"] = "unsigned int"
|
||||||
defs["ImGuiStyle"] = "struct ImGuiStyle"
|
|
||||||
defs["ImDrawData"] = "struct ImDrawData"
|
|
||||||
defs["ImDrawListFlags"] = "int"
|
|
||||||
defs["ImGuiBackendFlags"] = "int"
|
|
||||||
defs["ImGuiMouseCursor"] = "int"
|
|
||||||
defs["ImDrawListSharedData"] = "struct ImDrawListSharedData"
|
|
||||||
defs["ImGuiStyleVar"] = "int"
|
|
||||||
defs["ImGuiDir"] = "int"
|
|
||||||
defs["ImFontAtlas"] = "struct ImFontAtlas"
|
|
||||||
defs["ImGuiCol"] = "int"
|
|
||||||
defs["ImGuiOnceUponAFrame"] = "struct ImGuiOnceUponAFrame"
|
|
||||||
defs["value_type"] = "T"
|
|
||||||
defs["iterator"] = "value_type*"
|
|
||||||
defs["ImGuiTextFilter"] = "struct ImGuiTextFilter"
|
|
||||||
defs["ImDrawIdx"] = "unsigned short"
|
|
||||||
defs["ImGuiComboFlags"] = "int"
|
|
||||||
defs["ImDrawCornerFlags"] = "int"
|
|
||||||
defs["ImWchar"] = "unsigned short"
|
|
||||||
defs["const_iterator"] = "const value_type*"
|
|
||||||
defs["ImDrawVert"] = "struct ImDrawVert"
|
|
||||||
defs["GlyphRangesBuilder"] = "struct GlyphRangesBuilder"
|
|
||||||
defs["ImVec4"] = "struct ImVec4"
|
|
||||||
defs["ImGuiSizeCallback"] = "void(*)(ImGuiSizeCallbackData* data);"
|
|
||||||
defs["ImGuiConfigFlags"] = "int"
|
|
||||||
defs["ImGuiTextBuffer"] = "struct ImGuiTextBuffer"
|
|
||||||
defs["ImGuiContext"] = "struct ImGuiContext"
|
|
||||||
defs["ImColor"] = "struct ImColor"
|
|
||||||
defs["ImGuiInputTextCallback"] = "int(*)(ImGuiInputTextCallbackData *data);"
|
|
||||||
defs["ImVec2"] = "struct ImVec2"
|
|
||||||
defs["ImFontGlyph"] = "struct ImFontGlyph"
|
|
||||||
defs["ImGuiWindowFlags"] = "int"
|
|
||||||
defs["Pair"] = "struct Pair"
|
|
||||||
defs["ImGuiKey"] = "int"
|
|
||||||
defs["ImGuiInputTextFlags"] = "int"
|
|
||||||
defs["ImGuiListClipper"] = "struct ImGuiListClipper"
|
|
||||||
defs["ImGuiDataType"] = "int"
|
|
||||||
defs["ImDrawChannel"] = "struct ImDrawChannel"
|
|
||||||
defs["ImGuiIO"] = "struct ImGuiIO"
|
defs["ImGuiIO"] = "struct ImGuiIO"
|
||||||
defs["ImGuiStorage"] = "struct ImGuiStorage"
|
defs["ImGuiInputTextCallback"] = "int(*)(ImGuiInputTextCallbackData *data);"
|
||||||
defs["ImGuiCond"] = "int"
|
|
||||||
defs["ImU32"] = "unsigned int"
|
|
||||||
defs["ImGuiNavInput"] = "int"
|
|
||||||
defs["ImGuiColorEditFlags"] = "int"
|
|
||||||
defs["ImFont"] = "struct ImFont"
|
|
||||||
defs["ImGuiSelectableFlags"] = "int"
|
|
||||||
defs["ImDrawCallback"] = "void(*)(const ImDrawList* parent_list,const ImDrawCmd* cmd);"
|
|
||||||
defs["ImTextureID"] = "void*"
|
|
||||||
defs["ImDrawList"] = "struct ImDrawList"
|
|
||||||
defs["TextRange"] = "struct TextRange"
|
|
||||||
defs["CustomRect"] = "struct CustomRect"
|
|
||||||
defs["ImFontAtlasFlags"] = "int"
|
|
||||||
defs["ImGuiInputTextCallbackData"] = "struct ImGuiInputTextCallbackData"
|
defs["ImGuiInputTextCallbackData"] = "struct ImGuiInputTextCallbackData"
|
||||||
defs["ImDrawCmd"] = "struct ImDrawCmd"
|
defs["ImGuiInputTextFlags"] = "int"
|
||||||
defs["ImGuiSizeCallbackData"] = "struct ImGuiSizeCallbackData"
|
defs["ImGuiKey"] = "int"
|
||||||
defs["ImS64"] = "int64_t"
|
defs["ImGuiListClipper"] = "struct ImGuiListClipper"
|
||||||
defs["ImGuiDragDropFlags"] = "int"
|
defs["ImGuiMouseCursor"] = "int"
|
||||||
|
defs["ImGuiNavInput"] = "int"
|
||||||
|
defs["ImGuiOnceUponAFrame"] = "struct ImGuiOnceUponAFrame"
|
||||||
defs["ImGuiPayload"] = "struct ImGuiPayload"
|
defs["ImGuiPayload"] = "struct ImGuiPayload"
|
||||||
|
defs["ImGuiSelectableFlags"] = "int"
|
||||||
|
defs["ImGuiSizeCallback"] = "void(*)(ImGuiSizeCallbackData* data);"
|
||||||
|
defs["ImGuiSizeCallbackData"] = "struct ImGuiSizeCallbackData"
|
||||||
|
defs["ImGuiStorage"] = "struct ImGuiStorage"
|
||||||
|
defs["ImGuiStyle"] = "struct ImGuiStyle"
|
||||||
|
defs["ImGuiStyleVar"] = "int"
|
||||||
|
defs["ImGuiTextBuffer"] = "struct ImGuiTextBuffer"
|
||||||
|
defs["ImGuiTextFilter"] = "struct ImGuiTextFilter"
|
||||||
|
defs["ImGuiTreeNodeFlags"] = "int"
|
||||||
|
defs["ImGuiWindowFlags"] = "int"
|
||||||
|
defs["ImS32"] = "signed int"
|
||||||
|
defs["ImS64"] = "int64_t"
|
||||||
|
defs["ImTextureID"] = "void*"
|
||||||
|
defs["ImU32"] = "unsigned int"
|
||||||
|
defs["ImU64"] = "uint64_t"
|
||||||
|
defs["ImVec2"] = "struct ImVec2"
|
||||||
|
defs["ImVec4"] = "struct ImVec4"
|
||||||
|
defs["ImWchar"] = "unsigned short"
|
||||||
|
defs["Pair"] = "struct Pair"
|
||||||
|
defs["TextRange"] = "struct TextRange"
|
||||||
|
defs["const_iterator"] = "const value_type*"
|
||||||
|
defs["iterator"] = "value_type*"
|
||||||
|
defs["value_type"] = "T"
|
||||||
|
|
||||||
return defs
|
return defs
|
Reference in New Issue
Block a user