Merge branch 'docking_inter'

This commit is contained in:
Victor Bombi
2020-09-26 09:37:39 +02:00
14 changed files with 2714 additions and 2560 deletions

View File

@@ -3,6 +3,9 @@
//with imgui_internal.h api
#include "./imgui/imgui.h"
#ifdef CIMGUI_FREETYPE
#include "./imgui/misc/freetype/imgui_freetype.h"
#endif
#include "./imgui/imgui_internal.h"
#include "cimgui.h"

View File

@@ -102,6 +102,7 @@ typedef struct ImDrawList ImDrawList;
typedef struct ImDrawData ImDrawData;
typedef struct ImDrawCmd ImDrawCmd;
typedef struct ImDrawChannel ImDrawChannel;
struct ImDrawChannel;
struct ImDrawCmd;
struct ImDrawData;

View File

@@ -1,6 +1,9 @@
typedef struct SDL_Window SDL_Window;
typedef struct GLFWwindow GLFWwindow;
struct GLFWwindow;struct SDL_Window;
struct GLFWwindow;
struct SDL_Window;
typedef union SDL_Event SDL_Event;CIMGUI_API bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window,bool install_callbacks);
CIMGUI_API bool ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window,bool install_callbacks);
CIMGUI_API void ImGui_ImplGlfw_Shutdown();

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
"cimguiname": "ImGui_ImplGlfw_CharCallback",
"defaults": [],
"funcname": "ImGui_ImplGlfw_CharCallback",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:35",
"ov_cimguiname": "ImGui_ImplGlfw_CharCallback",
"ret": "void",
"signature": "(GLFWwindow*,unsigned int)",
@@ -42,7 +42,7 @@
"cimguiname": "ImGui_ImplGlfw_InitForOpenGL",
"defaults": [],
"funcname": "ImGui_ImplGlfw_InitForOpenGL",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:24",
"ov_cimguiname": "ImGui_ImplGlfw_InitForOpenGL",
"ret": "bool",
"signature": "(GLFWwindow*,bool)",
@@ -67,7 +67,7 @@
"cimguiname": "ImGui_ImplGlfw_InitForVulkan",
"defaults": [],
"funcname": "ImGui_ImplGlfw_InitForVulkan",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:25",
"ov_cimguiname": "ImGui_ImplGlfw_InitForVulkan",
"ret": "bool",
"signature": "(GLFWwindow*,bool)",
@@ -104,7 +104,7 @@
"cimguiname": "ImGui_ImplGlfw_KeyCallback",
"defaults": [],
"funcname": "ImGui_ImplGlfw_KeyCallback",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:34",
"ov_cimguiname": "ImGui_ImplGlfw_KeyCallback",
"ret": "void",
"signature": "(GLFWwindow*,int,int,int,int)",
@@ -137,7 +137,7 @@
"cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
"defaults": [],
"funcname": "ImGui_ImplGlfw_MouseButtonCallback",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:32",
"ov_cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
"ret": "void",
"signature": "(GLFWwindow*,int,int,int)",
@@ -153,7 +153,7 @@
"cimguiname": "ImGui_ImplGlfw_NewFrame",
"defaults": [],
"funcname": "ImGui_ImplGlfw_NewFrame",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:27",
"ov_cimguiname": "ImGui_ImplGlfw_NewFrame",
"ret": "void",
"signature": "()",
@@ -182,7 +182,7 @@
"cimguiname": "ImGui_ImplGlfw_ScrollCallback",
"defaults": [],
"funcname": "ImGui_ImplGlfw_ScrollCallback",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:33",
"ov_cimguiname": "ImGui_ImplGlfw_ScrollCallback",
"ret": "void",
"signature": "(GLFWwindow*,double,double)",
@@ -198,7 +198,7 @@
"cimguiname": "ImGui_ImplGlfw_Shutdown",
"defaults": [],
"funcname": "ImGui_ImplGlfw_Shutdown",
"location": "imgui_impl_glfw",
"location": "imgui_impl_glfw:26",
"ov_cimguiname": "ImGui_ImplGlfw_Shutdown",
"ret": "void",
"signature": "()",
@@ -214,7 +214,7 @@
"cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:30",
"ov_cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
"ret": "bool",
"signature": "()",
@@ -230,7 +230,7 @@
"cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_CreateFontsTexture",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:28",
"ov_cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture",
"ret": "bool",
"signature": "()",
@@ -246,7 +246,7 @@
"cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:31",
"ov_cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
"ret": "void",
"signature": "()",
@@ -262,7 +262,7 @@
"cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_DestroyFontsTexture",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:29",
"ov_cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture",
"ret": "void",
"signature": "()",
@@ -278,7 +278,7 @@
"cimguiname": "ImGui_ImplOpenGL2_Init",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_Init",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:22",
"ov_cimguiname": "ImGui_ImplOpenGL2_Init",
"ret": "bool",
"signature": "()",
@@ -294,7 +294,7 @@
"cimguiname": "ImGui_ImplOpenGL2_NewFrame",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_NewFrame",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:24",
"ov_cimguiname": "ImGui_ImplOpenGL2_NewFrame",
"ret": "void",
"signature": "()",
@@ -315,7 +315,7 @@
"cimguiname": "ImGui_ImplOpenGL2_RenderDrawData",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_RenderDrawData",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:25",
"ov_cimguiname": "ImGui_ImplOpenGL2_RenderDrawData",
"ret": "void",
"signature": "(ImDrawData*)",
@@ -331,7 +331,7 @@
"cimguiname": "ImGui_ImplOpenGL2_Shutdown",
"defaults": [],
"funcname": "ImGui_ImplOpenGL2_Shutdown",
"location": "imgui_impl_opengl2",
"location": "imgui_impl_opengl2:23",
"ov_cimguiname": "ImGui_ImplOpenGL2_Shutdown",
"ret": "void",
"signature": "()",
@@ -347,7 +347,7 @@
"cimguiname": "ImGui_ImplOpenGL3_CreateDeviceObjects",
"defaults": [],
"funcname": "ImGui_ImplOpenGL3_CreateDeviceObjects",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:36",
"ov_cimguiname": "ImGui_ImplOpenGL3_CreateDeviceObjects",
"ret": "bool",
"signature": "()",
@@ -363,7 +363,7 @@
"cimguiname": "ImGui_ImplOpenGL3_CreateFontsTexture",
"defaults": [],
"funcname": "ImGui_ImplOpenGL3_CreateFontsTexture",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:34",
"ov_cimguiname": "ImGui_ImplOpenGL3_CreateFontsTexture",
"ret": "bool",
"signature": "()",
@@ -379,7 +379,7 @@
"cimguiname": "ImGui_ImplOpenGL3_DestroyDeviceObjects",
"defaults": [],
"funcname": "ImGui_ImplOpenGL3_DestroyDeviceObjects",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:37",
"ov_cimguiname": "ImGui_ImplOpenGL3_DestroyDeviceObjects",
"ret": "void",
"signature": "()",
@@ -395,7 +395,7 @@
"cimguiname": "ImGui_ImplOpenGL3_DestroyFontsTexture",
"defaults": [],
"funcname": "ImGui_ImplOpenGL3_DestroyFontsTexture",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:35",
"ov_cimguiname": "ImGui_ImplOpenGL3_DestroyFontsTexture",
"ret": "void",
"signature": "()",
@@ -418,7 +418,7 @@
"glsl_version": "((void*)0)"
},
"funcname": "ImGui_ImplOpenGL3_Init",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:28",
"ov_cimguiname": "ImGui_ImplOpenGL3_Init",
"ret": "bool",
"signature": "(const char*)",
@@ -434,7 +434,7 @@
"cimguiname": "ImGui_ImplOpenGL3_NewFrame",
"defaults": [],
"funcname": "ImGui_ImplOpenGL3_NewFrame",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:30",
"ov_cimguiname": "ImGui_ImplOpenGL3_NewFrame",
"ret": "void",
"signature": "()",
@@ -455,7 +455,7 @@
"cimguiname": "ImGui_ImplOpenGL3_RenderDrawData",
"defaults": [],
"funcname": "ImGui_ImplOpenGL3_RenderDrawData",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:31",
"ov_cimguiname": "ImGui_ImplOpenGL3_RenderDrawData",
"ret": "void",
"signature": "(ImDrawData*)",
@@ -471,7 +471,7 @@
"cimguiname": "ImGui_ImplOpenGL3_Shutdown",
"defaults": [],
"funcname": "ImGui_ImplOpenGL3_Shutdown",
"location": "imgui_impl_opengl3",
"location": "imgui_impl_opengl3:29",
"ov_cimguiname": "ImGui_ImplOpenGL3_Shutdown",
"ret": "void",
"signature": "()",
@@ -492,7 +492,7 @@
"cimguiname": "ImGui_ImplSDL2_InitForD3D",
"defaults": [],
"funcname": "ImGui_ImplSDL2_InitForD3D",
"location": "imgui_impl_sdl",
"location": "imgui_impl_sdl:25",
"ov_cimguiname": "ImGui_ImplSDL2_InitForD3D",
"ret": "bool",
"signature": "(SDL_Window*)",
@@ -513,7 +513,7 @@
"cimguiname": "ImGui_ImplSDL2_InitForMetal",
"defaults": [],
"funcname": "ImGui_ImplSDL2_InitForMetal",
"location": "imgui_impl_sdl",
"location": "imgui_impl_sdl:26",
"ov_cimguiname": "ImGui_ImplSDL2_InitForMetal",
"ret": "bool",
"signature": "(SDL_Window*)",
@@ -538,7 +538,7 @@
"cimguiname": "ImGui_ImplSDL2_InitForOpenGL",
"defaults": [],
"funcname": "ImGui_ImplSDL2_InitForOpenGL",
"location": "imgui_impl_sdl",
"location": "imgui_impl_sdl:23",
"ov_cimguiname": "ImGui_ImplSDL2_InitForOpenGL",
"ret": "bool",
"signature": "(SDL_Window*,void*)",
@@ -559,7 +559,7 @@
"cimguiname": "ImGui_ImplSDL2_InitForVulkan",
"defaults": [],
"funcname": "ImGui_ImplSDL2_InitForVulkan",
"location": "imgui_impl_sdl",
"location": "imgui_impl_sdl:24",
"ov_cimguiname": "ImGui_ImplSDL2_InitForVulkan",
"ret": "bool",
"signature": "(SDL_Window*)",
@@ -580,7 +580,7 @@
"cimguiname": "ImGui_ImplSDL2_NewFrame",
"defaults": [],
"funcname": "ImGui_ImplSDL2_NewFrame",
"location": "imgui_impl_sdl",
"location": "imgui_impl_sdl:28",
"ov_cimguiname": "ImGui_ImplSDL2_NewFrame",
"ret": "void",
"signature": "(SDL_Window*)",
@@ -601,7 +601,7 @@
"cimguiname": "ImGui_ImplSDL2_ProcessEvent",
"defaults": [],
"funcname": "ImGui_ImplSDL2_ProcessEvent",
"location": "imgui_impl_sdl",
"location": "imgui_impl_sdl:29",
"ov_cimguiname": "ImGui_ImplSDL2_ProcessEvent",
"ret": "bool",
"signature": "(const SDL_Event*)",
@@ -617,7 +617,7 @@
"cimguiname": "ImGui_ImplSDL2_Shutdown",
"defaults": [],
"funcname": "ImGui_ImplSDL2_Shutdown",
"location": "imgui_impl_sdl",
"location": "imgui_impl_sdl:27",
"ov_cimguiname": "ImGui_ImplSDL2_Shutdown",
"ret": "void",
"signature": "()",

View File

@@ -14,7 +14,7 @@ defs["ImGui_ImplGlfw_CharCallback"][1]["call_args"] = "(window,c)"
defs["ImGui_ImplGlfw_CharCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_CharCallback"
defs["ImGui_ImplGlfw_CharCallback"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_CharCallback"][1]["funcname"] = "ImGui_ImplGlfw_CharCallback"
defs["ImGui_ImplGlfw_CharCallback"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_CharCallback"][1]["location"] = "imgui_impl_glfw:35"
defs["ImGui_ImplGlfw_CharCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_CharCallback"
defs["ImGui_ImplGlfw_CharCallback"][1]["ret"] = "void"
defs["ImGui_ImplGlfw_CharCallback"][1]["signature"] = "(GLFWwindow*,unsigned int)"
@@ -35,7 +35,7 @@ defs["ImGui_ImplGlfw_InitForOpenGL"][1]["call_args"] = "(window,install_callback
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["cimguiname"] = "ImGui_ImplGlfw_InitForOpenGL"
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["funcname"] = "ImGui_ImplGlfw_InitForOpenGL"
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["location"] = "imgui_impl_glfw:24"
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_InitForOpenGL"
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["ret"] = "bool"
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["signature"] = "(GLFWwindow*,bool)"
@@ -56,7 +56,7 @@ defs["ImGui_ImplGlfw_InitForVulkan"][1]["call_args"] = "(window,install_callback
defs["ImGui_ImplGlfw_InitForVulkan"][1]["cimguiname"] = "ImGui_ImplGlfw_InitForVulkan"
defs["ImGui_ImplGlfw_InitForVulkan"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_InitForVulkan"][1]["funcname"] = "ImGui_ImplGlfw_InitForVulkan"
defs["ImGui_ImplGlfw_InitForVulkan"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_InitForVulkan"][1]["location"] = "imgui_impl_glfw:25"
defs["ImGui_ImplGlfw_InitForVulkan"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_InitForVulkan"
defs["ImGui_ImplGlfw_InitForVulkan"][1]["ret"] = "bool"
defs["ImGui_ImplGlfw_InitForVulkan"][1]["signature"] = "(GLFWwindow*,bool)"
@@ -86,7 +86,7 @@ defs["ImGui_ImplGlfw_KeyCallback"][1]["call_args"] = "(window,key,scancode,actio
defs["ImGui_ImplGlfw_KeyCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_KeyCallback"
defs["ImGui_ImplGlfw_KeyCallback"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_KeyCallback"][1]["funcname"] = "ImGui_ImplGlfw_KeyCallback"
defs["ImGui_ImplGlfw_KeyCallback"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_KeyCallback"][1]["location"] = "imgui_impl_glfw:34"
defs["ImGui_ImplGlfw_KeyCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_KeyCallback"
defs["ImGui_ImplGlfw_KeyCallback"][1]["ret"] = "void"
defs["ImGui_ImplGlfw_KeyCallback"][1]["signature"] = "(GLFWwindow*,int,int,int,int)"
@@ -113,7 +113,7 @@ defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["call_args"] = "(window,button,act
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback"
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["funcname"] = "ImGui_ImplGlfw_MouseButtonCallback"
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["location"] = "imgui_impl_glfw:32"
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback"
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["ret"] = "void"
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["signature"] = "(GLFWwindow*,int,int,int)"
@@ -128,7 +128,7 @@ defs["ImGui_ImplGlfw_NewFrame"][1]["call_args"] = "()"
defs["ImGui_ImplGlfw_NewFrame"][1]["cimguiname"] = "ImGui_ImplGlfw_NewFrame"
defs["ImGui_ImplGlfw_NewFrame"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_NewFrame"][1]["funcname"] = "ImGui_ImplGlfw_NewFrame"
defs["ImGui_ImplGlfw_NewFrame"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_NewFrame"][1]["location"] = "imgui_impl_glfw:27"
defs["ImGui_ImplGlfw_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_NewFrame"
defs["ImGui_ImplGlfw_NewFrame"][1]["ret"] = "void"
defs["ImGui_ImplGlfw_NewFrame"][1]["signature"] = "()"
@@ -152,7 +152,7 @@ defs["ImGui_ImplGlfw_ScrollCallback"][1]["call_args"] = "(window,xoffset,yoffset
defs["ImGui_ImplGlfw_ScrollCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_ScrollCallback"
defs["ImGui_ImplGlfw_ScrollCallback"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_ScrollCallback"][1]["funcname"] = "ImGui_ImplGlfw_ScrollCallback"
defs["ImGui_ImplGlfw_ScrollCallback"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_ScrollCallback"][1]["location"] = "imgui_impl_glfw:33"
defs["ImGui_ImplGlfw_ScrollCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_ScrollCallback"
defs["ImGui_ImplGlfw_ScrollCallback"][1]["ret"] = "void"
defs["ImGui_ImplGlfw_ScrollCallback"][1]["signature"] = "(GLFWwindow*,double,double)"
@@ -167,7 +167,7 @@ defs["ImGui_ImplGlfw_Shutdown"][1]["call_args"] = "()"
defs["ImGui_ImplGlfw_Shutdown"][1]["cimguiname"] = "ImGui_ImplGlfw_Shutdown"
defs["ImGui_ImplGlfw_Shutdown"][1]["defaults"] = {}
defs["ImGui_ImplGlfw_Shutdown"][1]["funcname"] = "ImGui_ImplGlfw_Shutdown"
defs["ImGui_ImplGlfw_Shutdown"][1]["location"] = "imgui_impl_glfw"
defs["ImGui_ImplGlfw_Shutdown"][1]["location"] = "imgui_impl_glfw:26"
defs["ImGui_ImplGlfw_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_Shutdown"
defs["ImGui_ImplGlfw_Shutdown"][1]["ret"] = "void"
defs["ImGui_ImplGlfw_Shutdown"][1]["signature"] = "()"
@@ -182,7 +182,7 @@ defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL2_CreateDeviceObjects"
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL2_CreateDeviceObjects"
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["location"] = "imgui_impl_opengl2:30"
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_CreateDeviceObjects"
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["ret"] = "bool"
defs["ImGui_ImplOpenGL2_CreateDeviceObjects"][1]["signature"] = "()"
@@ -197,7 +197,7 @@ defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL2_CreateFontsTexture"
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL2_CreateFontsTexture"
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["location"] = "imgui_impl_opengl2:28"
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_CreateFontsTexture"
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["ret"] = "bool"
defs["ImGui_ImplOpenGL2_CreateFontsTexture"][1]["signature"] = "()"
@@ -212,7 +212,7 @@ defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL2_DestroyDeviceObjects"
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL2_DestroyDeviceObjects"
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["location"] = "imgui_impl_opengl2:31"
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_DestroyDeviceObjects"
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL2_DestroyDeviceObjects"][1]["signature"] = "()"
@@ -227,7 +227,7 @@ defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL2_DestroyFontsTexture"
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL2_DestroyFontsTexture"
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["location"] = "imgui_impl_opengl2:29"
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_DestroyFontsTexture"
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL2_DestroyFontsTexture"][1]["signature"] = "()"
@@ -242,7 +242,7 @@ defs["ImGui_ImplOpenGL2_Init"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL2_Init"][1]["cimguiname"] = "ImGui_ImplOpenGL2_Init"
defs["ImGui_ImplOpenGL2_Init"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_Init"][1]["funcname"] = "ImGui_ImplOpenGL2_Init"
defs["ImGui_ImplOpenGL2_Init"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_Init"][1]["location"] = "imgui_impl_opengl2:22"
defs["ImGui_ImplOpenGL2_Init"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_Init"
defs["ImGui_ImplOpenGL2_Init"][1]["ret"] = "bool"
defs["ImGui_ImplOpenGL2_Init"][1]["signature"] = "()"
@@ -257,7 +257,7 @@ defs["ImGui_ImplOpenGL2_NewFrame"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL2_NewFrame"][1]["cimguiname"] = "ImGui_ImplOpenGL2_NewFrame"
defs["ImGui_ImplOpenGL2_NewFrame"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_NewFrame"][1]["funcname"] = "ImGui_ImplOpenGL2_NewFrame"
defs["ImGui_ImplOpenGL2_NewFrame"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_NewFrame"][1]["location"] = "imgui_impl_opengl2:24"
defs["ImGui_ImplOpenGL2_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_NewFrame"
defs["ImGui_ImplOpenGL2_NewFrame"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL2_NewFrame"][1]["signature"] = "()"
@@ -275,7 +275,7 @@ defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["call_args"] = "(draw_data)"
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["cimguiname"] = "ImGui_ImplOpenGL2_RenderDrawData"
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["funcname"] = "ImGui_ImplOpenGL2_RenderDrawData"
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["location"] = "imgui_impl_opengl2:25"
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_RenderDrawData"
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL2_RenderDrawData"][1]["signature"] = "(ImDrawData*)"
@@ -290,7 +290,7 @@ defs["ImGui_ImplOpenGL2_Shutdown"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL2_Shutdown"][1]["cimguiname"] = "ImGui_ImplOpenGL2_Shutdown"
defs["ImGui_ImplOpenGL2_Shutdown"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL2_Shutdown"][1]["funcname"] = "ImGui_ImplOpenGL2_Shutdown"
defs["ImGui_ImplOpenGL2_Shutdown"][1]["location"] = "imgui_impl_opengl2"
defs["ImGui_ImplOpenGL2_Shutdown"][1]["location"] = "imgui_impl_opengl2:23"
defs["ImGui_ImplOpenGL2_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL2_Shutdown"
defs["ImGui_ImplOpenGL2_Shutdown"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL2_Shutdown"][1]["signature"] = "()"
@@ -305,7 +305,7 @@ defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL3_CreateDeviceObjects"
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL3_CreateDeviceObjects"
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["location"] = "imgui_impl_opengl3:36"
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_CreateDeviceObjects"
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["ret"] = "bool"
defs["ImGui_ImplOpenGL3_CreateDeviceObjects"][1]["signature"] = "()"
@@ -320,7 +320,7 @@ defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL3_CreateFontsTexture"
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL3_CreateFontsTexture"
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["location"] = "imgui_impl_opengl3:34"
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_CreateFontsTexture"
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["ret"] = "bool"
defs["ImGui_ImplOpenGL3_CreateFontsTexture"][1]["signature"] = "()"
@@ -335,7 +335,7 @@ defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["cimguiname"] = "ImGui_ImplOpenGL3_DestroyDeviceObjects"
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["funcname"] = "ImGui_ImplOpenGL3_DestroyDeviceObjects"
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["location"] = "imgui_impl_opengl3:37"
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_DestroyDeviceObjects"
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL3_DestroyDeviceObjects"][1]["signature"] = "()"
@@ -350,7 +350,7 @@ defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["cimguiname"] = "ImGui_ImplOpenGL3_DestroyFontsTexture"
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["funcname"] = "ImGui_ImplOpenGL3_DestroyFontsTexture"
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["location"] = "imgui_impl_opengl3:35"
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_DestroyFontsTexture"
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL3_DestroyFontsTexture"][1]["signature"] = "()"
@@ -369,7 +369,7 @@ defs["ImGui_ImplOpenGL3_Init"][1]["cimguiname"] = "ImGui_ImplOpenGL3_Init"
defs["ImGui_ImplOpenGL3_Init"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_Init"][1]["defaults"]["glsl_version"] = "((void*)0)"
defs["ImGui_ImplOpenGL3_Init"][1]["funcname"] = "ImGui_ImplOpenGL3_Init"
defs["ImGui_ImplOpenGL3_Init"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_Init"][1]["location"] = "imgui_impl_opengl3:28"
defs["ImGui_ImplOpenGL3_Init"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_Init"
defs["ImGui_ImplOpenGL3_Init"][1]["ret"] = "bool"
defs["ImGui_ImplOpenGL3_Init"][1]["signature"] = "(const char*)"
@@ -384,7 +384,7 @@ defs["ImGui_ImplOpenGL3_NewFrame"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL3_NewFrame"][1]["cimguiname"] = "ImGui_ImplOpenGL3_NewFrame"
defs["ImGui_ImplOpenGL3_NewFrame"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_NewFrame"][1]["funcname"] = "ImGui_ImplOpenGL3_NewFrame"
defs["ImGui_ImplOpenGL3_NewFrame"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_NewFrame"][1]["location"] = "imgui_impl_opengl3:30"
defs["ImGui_ImplOpenGL3_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_NewFrame"
defs["ImGui_ImplOpenGL3_NewFrame"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL3_NewFrame"][1]["signature"] = "()"
@@ -402,7 +402,7 @@ defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["call_args"] = "(draw_data)"
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["cimguiname"] = "ImGui_ImplOpenGL3_RenderDrawData"
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["funcname"] = "ImGui_ImplOpenGL3_RenderDrawData"
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["location"] = "imgui_impl_opengl3:31"
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_RenderDrawData"
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL3_RenderDrawData"][1]["signature"] = "(ImDrawData*)"
@@ -417,7 +417,7 @@ defs["ImGui_ImplOpenGL3_Shutdown"][1]["call_args"] = "()"
defs["ImGui_ImplOpenGL3_Shutdown"][1]["cimguiname"] = "ImGui_ImplOpenGL3_Shutdown"
defs["ImGui_ImplOpenGL3_Shutdown"][1]["defaults"] = {}
defs["ImGui_ImplOpenGL3_Shutdown"][1]["funcname"] = "ImGui_ImplOpenGL3_Shutdown"
defs["ImGui_ImplOpenGL3_Shutdown"][1]["location"] = "imgui_impl_opengl3"
defs["ImGui_ImplOpenGL3_Shutdown"][1]["location"] = "imgui_impl_opengl3:29"
defs["ImGui_ImplOpenGL3_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplOpenGL3_Shutdown"
defs["ImGui_ImplOpenGL3_Shutdown"][1]["ret"] = "void"
defs["ImGui_ImplOpenGL3_Shutdown"][1]["signature"] = "()"
@@ -435,7 +435,7 @@ defs["ImGui_ImplSDL2_InitForD3D"][1]["call_args"] = "(window)"
defs["ImGui_ImplSDL2_InitForD3D"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForD3D"
defs["ImGui_ImplSDL2_InitForD3D"][1]["defaults"] = {}
defs["ImGui_ImplSDL2_InitForD3D"][1]["funcname"] = "ImGui_ImplSDL2_InitForD3D"
defs["ImGui_ImplSDL2_InitForD3D"][1]["location"] = "imgui_impl_sdl"
defs["ImGui_ImplSDL2_InitForD3D"][1]["location"] = "imgui_impl_sdl:25"
defs["ImGui_ImplSDL2_InitForD3D"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForD3D"
defs["ImGui_ImplSDL2_InitForD3D"][1]["ret"] = "bool"
defs["ImGui_ImplSDL2_InitForD3D"][1]["signature"] = "(SDL_Window*)"
@@ -453,7 +453,7 @@ defs["ImGui_ImplSDL2_InitForMetal"][1]["call_args"] = "(window)"
defs["ImGui_ImplSDL2_InitForMetal"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForMetal"
defs["ImGui_ImplSDL2_InitForMetal"][1]["defaults"] = {}
defs["ImGui_ImplSDL2_InitForMetal"][1]["funcname"] = "ImGui_ImplSDL2_InitForMetal"
defs["ImGui_ImplSDL2_InitForMetal"][1]["location"] = "imgui_impl_sdl"
defs["ImGui_ImplSDL2_InitForMetal"][1]["location"] = "imgui_impl_sdl:26"
defs["ImGui_ImplSDL2_InitForMetal"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForMetal"
defs["ImGui_ImplSDL2_InitForMetal"][1]["ret"] = "bool"
defs["ImGui_ImplSDL2_InitForMetal"][1]["signature"] = "(SDL_Window*)"
@@ -474,7 +474,7 @@ defs["ImGui_ImplSDL2_InitForOpenGL"][1]["call_args"] = "(window,sdl_gl_context)"
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForOpenGL"
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["defaults"] = {}
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["funcname"] = "ImGui_ImplSDL2_InitForOpenGL"
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["location"] = "imgui_impl_sdl"
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["location"] = "imgui_impl_sdl:23"
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForOpenGL"
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["ret"] = "bool"
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["signature"] = "(SDL_Window*,void*)"
@@ -492,7 +492,7 @@ defs["ImGui_ImplSDL2_InitForVulkan"][1]["call_args"] = "(window)"
defs["ImGui_ImplSDL2_InitForVulkan"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForVulkan"
defs["ImGui_ImplSDL2_InitForVulkan"][1]["defaults"] = {}
defs["ImGui_ImplSDL2_InitForVulkan"][1]["funcname"] = "ImGui_ImplSDL2_InitForVulkan"
defs["ImGui_ImplSDL2_InitForVulkan"][1]["location"] = "imgui_impl_sdl"
defs["ImGui_ImplSDL2_InitForVulkan"][1]["location"] = "imgui_impl_sdl:24"
defs["ImGui_ImplSDL2_InitForVulkan"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForVulkan"
defs["ImGui_ImplSDL2_InitForVulkan"][1]["ret"] = "bool"
defs["ImGui_ImplSDL2_InitForVulkan"][1]["signature"] = "(SDL_Window*)"
@@ -510,7 +510,7 @@ defs["ImGui_ImplSDL2_NewFrame"][1]["call_args"] = "(window)"
defs["ImGui_ImplSDL2_NewFrame"][1]["cimguiname"] = "ImGui_ImplSDL2_NewFrame"
defs["ImGui_ImplSDL2_NewFrame"][1]["defaults"] = {}
defs["ImGui_ImplSDL2_NewFrame"][1]["funcname"] = "ImGui_ImplSDL2_NewFrame"
defs["ImGui_ImplSDL2_NewFrame"][1]["location"] = "imgui_impl_sdl"
defs["ImGui_ImplSDL2_NewFrame"][1]["location"] = "imgui_impl_sdl:28"
defs["ImGui_ImplSDL2_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_NewFrame"
defs["ImGui_ImplSDL2_NewFrame"][1]["ret"] = "void"
defs["ImGui_ImplSDL2_NewFrame"][1]["signature"] = "(SDL_Window*)"
@@ -528,7 +528,7 @@ defs["ImGui_ImplSDL2_ProcessEvent"][1]["call_args"] = "(event)"
defs["ImGui_ImplSDL2_ProcessEvent"][1]["cimguiname"] = "ImGui_ImplSDL2_ProcessEvent"
defs["ImGui_ImplSDL2_ProcessEvent"][1]["defaults"] = {}
defs["ImGui_ImplSDL2_ProcessEvent"][1]["funcname"] = "ImGui_ImplSDL2_ProcessEvent"
defs["ImGui_ImplSDL2_ProcessEvent"][1]["location"] = "imgui_impl_sdl"
defs["ImGui_ImplSDL2_ProcessEvent"][1]["location"] = "imgui_impl_sdl:29"
defs["ImGui_ImplSDL2_ProcessEvent"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_ProcessEvent"
defs["ImGui_ImplSDL2_ProcessEvent"][1]["ret"] = "bool"
defs["ImGui_ImplSDL2_ProcessEvent"][1]["signature"] = "(const SDL_Event*)"
@@ -543,7 +543,7 @@ defs["ImGui_ImplSDL2_Shutdown"][1]["call_args"] = "()"
defs["ImGui_ImplSDL2_Shutdown"][1]["cimguiname"] = "ImGui_ImplSDL2_Shutdown"
defs["ImGui_ImplSDL2_Shutdown"][1]["defaults"] = {}
defs["ImGui_ImplSDL2_Shutdown"][1]["funcname"] = "ImGui_ImplSDL2_Shutdown"
defs["ImGui_ImplSDL2_Shutdown"][1]["location"] = "imgui_impl_sdl"
defs["ImGui_ImplSDL2_Shutdown"][1]["location"] = "imgui_impl_sdl:27"
defs["ImGui_ImplSDL2_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_Shutdown"
defs["ImGui_ImplSDL2_Shutdown"][1]["ret"] = "void"
defs["ImGui_ImplSDL2_Shutdown"][1]["signature"] = "()"

View File

@@ -2609,122 +2609,122 @@
]
},
"locations": {
"ImBitVector": "internal",
"ImColor": "imgui",
"ImDrawChannel": "imgui",
"ImDrawCmd": "imgui",
"ImDrawCornerFlags_": "imgui",
"ImDrawData": "imgui",
"ImDrawDataBuilder": "internal",
"ImDrawList": "imgui",
"ImDrawListFlags_": "imgui",
"ImDrawListSharedData": "internal",
"ImDrawListSplitter": "imgui",
"ImDrawVert": "imgui",
"ImFont": "imgui",
"ImFontAtlas": "imgui",
"ImFontAtlasCustomRect": "imgui",
"ImFontAtlasFlags_": "imgui",
"ImFontConfig": "imgui",
"ImFontGlyph": "imgui",
"ImFontGlyphRangesBuilder": "imgui",
"ImGuiAxis": "internal",
"ImGuiBackendFlags_": "imgui",
"ImGuiButtonFlagsPrivate_": "internal",
"ImGuiButtonFlags_": "imgui",
"ImGuiCol_": "imgui",
"ImGuiColorEditFlags_": "imgui",
"ImGuiColorMod": "internal",
"ImGuiColumnData": "internal",
"ImGuiColumns": "internal",
"ImGuiColumnsFlags_": "internal",
"ImGuiComboFlags_": "imgui",
"ImGuiCond_": "imgui",
"ImGuiConfigFlags_": "imgui",
"ImGuiContext": "internal",
"ImGuiDataTypeInfo": "internal",
"ImGuiDataTypePrivate_": "internal",
"ImGuiDataTypeTempStorage": "internal",
"ImGuiDataType_": "imgui",
"ImGuiDir_": "imgui",
"ImGuiDragDropFlags_": "imgui",
"ImGuiFocusedFlags_": "imgui",
"ImGuiGroupData": "internal",
"ImGuiHoveredFlags_": "imgui",
"ImGuiIO": "imgui",
"ImGuiInputReadMode": "internal",
"ImGuiInputSource": "internal",
"ImGuiInputTextCallbackData": "imgui",
"ImGuiInputTextFlags_": "imgui",
"ImGuiInputTextState": "internal",
"ImGuiItemFlags_": "internal",
"ImGuiItemStatusFlags_": "internal",
"ImGuiKeyModFlags_": "imgui",
"ImGuiKey_": "imgui",
"ImGuiLastItemDataBackup": "internal",
"ImGuiLayoutType_": "internal",
"ImGuiListClipper": "imgui",
"ImGuiLogType": "internal",
"ImGuiMenuColumns": "internal",
"ImGuiMouseButton_": "imgui",
"ImGuiMouseCursor_": "imgui",
"ImGuiNavDirSourceFlags_": "internal",
"ImGuiNavForward": "internal",
"ImGuiNavHighlightFlags_": "internal",
"ImGuiNavInput_": "imgui",
"ImGuiNavLayer": "internal",
"ImGuiNavMoveFlags_": "internal",
"ImGuiNavMoveResult": "internal",
"ImGuiNextItemData": "internal",
"ImGuiNextItemDataFlags_": "internal",
"ImGuiNextWindowData": "internal",
"ImGuiNextWindowDataFlags_": "internal",
"ImGuiOnceUponAFrame": "imgui",
"ImGuiPayload": "imgui",
"ImGuiPlotType": "internal",
"ImGuiPopupData": "internal",
"ImGuiPopupFlags_": "imgui",
"ImGuiPopupPositionPolicy": "internal",
"ImGuiPtrOrIndex": "internal",
"ImGuiSelectableFlagsPrivate_": "internal",
"ImGuiSelectableFlags_": "imgui",
"ImGuiSeparatorFlags_": "internal",
"ImGuiSettingsHandler": "internal",
"ImGuiShrinkWidthItem": "internal",
"ImGuiSizeCallbackData": "imgui",
"ImGuiSliderFlagsPrivate_": "internal",
"ImGuiSliderFlags_": "imgui",
"ImGuiStorage": "imgui",
"ImGuiStoragePair": "imgui",
"ImGuiStyle": "imgui",
"ImGuiStyleMod": "internal",
"ImGuiStyleVar_": "imgui",
"ImGuiTabBar": "internal",
"ImGuiTabBarFlagsPrivate_": "internal",
"ImGuiTabBarFlags_": "imgui",
"ImGuiTabItem": "internal",
"ImGuiTabItemFlagsPrivate_": "internal",
"ImGuiTabItemFlags_": "imgui",
"ImGuiTextBuffer": "imgui",
"ImGuiTextFilter": "imgui",
"ImGuiTextFlags_": "internal",
"ImGuiTextRange": "imgui",
"ImGuiTooltipFlags_": "internal",
"ImGuiTreeNodeFlagsPrivate_": "internal",
"ImGuiTreeNodeFlags_": "imgui",
"ImGuiWindow": "internal",
"ImGuiWindowFlags_": "imgui",
"ImGuiWindowSettings": "internal",
"ImGuiWindowTempData": "internal",
"ImRect": "internal",
"ImVec1": "internal",
"ImVec2": "imgui",
"ImVec2ih": "internal",
"ImVec4": "imgui",
"STB_TexteditState": "internal",
"StbTexteditRow": "internal",
"StbUndoRecord": "internal",
"StbUndoState": "internal"
"ImBitVector": "imgui_internal:468",
"ImColor": "imgui:1927",
"ImDrawChannel": "imgui:2013",
"ImDrawCmd": "imgui:1976",
"ImDrawCornerFlags_": "imgui:2036",
"ImDrawData": "imgui:2183",
"ImDrawDataBuilder": "imgui_internal:561",
"ImDrawList": "imgui:2069",
"ImDrawListFlags_": "imgui:2052",
"ImDrawListSharedData": "imgui_internal:542",
"ImDrawListSplitter": "imgui:2021",
"ImDrawVert": "imgui:1998",
"ImFont": "imgui:2394",
"ImFontAtlas": "imgui:2299",
"ImFontAtlasCustomRect": "imgui:2261",
"ImFontAtlasFlags_": "imgui:2274",
"ImFontConfig": "imgui:2206",
"ImFontGlyph": "imgui:2235",
"ImFontGlyphRangesBuilder": "imgui:2246",
"ImGuiAxis": "imgui_internal:697",
"ImGuiBackendFlags_": "imgui:1124",
"ImGuiButtonFlagsPrivate_": "imgui_internal:612",
"ImGuiButtonFlags_": "imgui:1235",
"ImGuiCol_": "imgui:1134",
"ImGuiColorEditFlags_": "imgui:1248",
"ImGuiColorMod": "imgui_internal:802",
"ImGuiColumnData": "imgui_internal:993",
"ImGuiColumns": "imgui_internal:1003",
"ImGuiColumnsFlags_": "imgui_internal:982",
"ImGuiComboFlags_": "imgui:917",
"ImGuiCond_": "imgui:1340",
"ImGuiConfigFlags_": "imgui:1108",
"ImGuiContext": "imgui_internal:1100",
"ImGuiDataTypeInfo": "imgui_internal:786",
"ImGuiDataTypePrivate_": "imgui_internal:794",
"ImGuiDataTypeTempStorage": "imgui_internal:780",
"ImGuiDataType_": "imgui:1008",
"ImGuiDir_": "imgui:1024",
"ImGuiDragDropFlags_": "imgui:986",
"ImGuiFocusedFlags_": "imgui:958",
"ImGuiGroupData": "imgui_internal:819",
"ImGuiHoveredFlags_": "imgui:970",
"ImGuiIO": "imgui:1493",
"ImGuiInputReadMode": "imgui_internal:721",
"ImGuiInputSource": "imgui_internal:710",
"ImGuiInputTextCallbackData": "imgui:1642",
"ImGuiInputTextFlags_": "imgui:835",
"ImGuiInputTextState": "imgui_internal:847",
"ImGuiItemFlags_": "imgui_internal:576",
"ImGuiItemStatusFlags_": "imgui_internal:591",
"ImGuiKeyModFlags_": "imgui:1063",
"ImGuiKey_": "imgui:1035",
"ImGuiLastItemDataBackup": "imgui_internal:1672",
"ImGuiLayoutType_": "imgui_internal:681",
"ImGuiListClipper": "imgui:1883",
"ImGuiLogType": "imgui_internal:687",
"ImGuiMenuColumns": "imgui_internal:833",
"ImGuiMouseButton_": "imgui:1307",
"ImGuiMouseCursor_": "imgui:1317",
"ImGuiNavDirSourceFlags_": "imgui_internal:740",
"ImGuiNavForward": "imgui_internal:760",
"ImGuiNavHighlightFlags_": "imgui_internal:731",
"ImGuiNavInput_": "imgui:1076",
"ImGuiNavLayer": "imgui_internal:767",
"ImGuiNavMoveFlags_": "imgui_internal:748",
"ImGuiNavMoveResult": "imgui_internal:894",
"ImGuiNextItemData": "imgui_internal:951",
"ImGuiNextItemDataFlags_": "imgui_internal:944",
"ImGuiNextWindowData": "imgui_internal:922",
"ImGuiNextWindowDataFlags_": "imgui_internal:908",
"ImGuiOnceUponAFrame": "imgui:1765",
"ImGuiPayload": "imgui:1680",
"ImGuiPlotType": "imgui_internal:704",
"ImGuiPopupData": "imgui_internal:881",
"ImGuiPopupFlags_": "imgui:890",
"ImGuiPopupPositionPolicy": "imgui_internal:774",
"ImGuiPtrOrIndex": "imgui_internal:969",
"ImGuiSelectableFlagsPrivate_": "imgui_internal:642",
"ImGuiSelectableFlags_": "imgui:906",
"ImGuiSeparatorFlags_": "imgui_internal:659",
"ImGuiSettingsHandler": "imgui_internal:1081",
"ImGuiShrinkWidthItem": "imgui_internal:963",
"ImGuiSizeCallbackData": "imgui:1671",
"ImGuiSliderFlagsPrivate_": "imgui_internal:635",
"ImGuiSliderFlags_": "imgui:1295",
"ImGuiStorage": "imgui:1827",
"ImGuiStoragePair": "imgui:1830",
"ImGuiStyle": "imgui:1441",
"ImGuiStyleMod": "imgui_internal:809",
"ImGuiStyleVar_": "imgui:1200",
"ImGuiTabBar": "imgui_internal:1719",
"ImGuiTabBarFlagsPrivate_": "imgui_internal:1689",
"ImGuiTabBarFlags_": "imgui:931",
"ImGuiTabItem": "imgui_internal:1703",
"ImGuiTabItemFlagsPrivate_": "imgui_internal:1697",
"ImGuiTabItemFlags_": "imgui:947",
"ImGuiTextBuffer": "imgui:1800",
"ImGuiTextFilter": "imgui:1773",
"ImGuiTextFlags_": "imgui_internal:667",
"ImGuiTextRange": "imgui:1783",
"ImGuiTooltipFlags_": "imgui_internal:673",
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:654",
"ImGuiTreeNodeFlags_": "imgui:863",
"ImGuiWindow": "imgui_internal:1563",
"ImGuiWindowFlags_": "imgui:794",
"ImGuiWindowSettings": "imgui_internal:1069",
"ImGuiWindowTempData": "imgui_internal:1471",
"ImRect": "imgui_internal:415",
"ImVec1": "imgui_internal:397",
"ImVec2": "imgui:211",
"ImVec2ih": "imgui_internal:405",
"ImVec4": "imgui:224",
"STB_TexteditState": "imstb_textedit:319",
"StbTexteditRow": "imstb_textedit:362",
"StbUndoRecord": "imstb_textedit:301",
"StbUndoState": "imstb_textedit:310"
},
"structs": {
"ImBitVector": [

View File

@@ -2053,122 +2053,122 @@ defs["enums"]["ImGuiWindowFlags_"][30]["calc_value"] = 268435456
defs["enums"]["ImGuiWindowFlags_"][30]["name"] = "ImGuiWindowFlags_ChildMenu"
defs["enums"]["ImGuiWindowFlags_"][30]["value"] = "1 << 28"
defs["locations"] = {}
defs["locations"]["ImBitVector"] = "internal"
defs["locations"]["ImColor"] = "imgui"
defs["locations"]["ImDrawChannel"] = "imgui"
defs["locations"]["ImDrawCmd"] = "imgui"
defs["locations"]["ImDrawCornerFlags_"] = "imgui"
defs["locations"]["ImDrawData"] = "imgui"
defs["locations"]["ImDrawDataBuilder"] = "internal"
defs["locations"]["ImDrawList"] = "imgui"
defs["locations"]["ImDrawListFlags_"] = "imgui"
defs["locations"]["ImDrawListSharedData"] = "internal"
defs["locations"]["ImDrawListSplitter"] = "imgui"
defs["locations"]["ImDrawVert"] = "imgui"
defs["locations"]["ImFont"] = "imgui"
defs["locations"]["ImFontAtlas"] = "imgui"
defs["locations"]["ImFontAtlasCustomRect"] = "imgui"
defs["locations"]["ImFontAtlasFlags_"] = "imgui"
defs["locations"]["ImFontConfig"] = "imgui"
defs["locations"]["ImFontGlyph"] = "imgui"
defs["locations"]["ImFontGlyphRangesBuilder"] = "imgui"
defs["locations"]["ImGuiAxis"] = "internal"
defs["locations"]["ImGuiBackendFlags_"] = "imgui"
defs["locations"]["ImGuiButtonFlagsPrivate_"] = "internal"
defs["locations"]["ImGuiButtonFlags_"] = "imgui"
defs["locations"]["ImGuiCol_"] = "imgui"
defs["locations"]["ImGuiColorEditFlags_"] = "imgui"
defs["locations"]["ImGuiColorMod"] = "internal"
defs["locations"]["ImGuiColumnData"] = "internal"
defs["locations"]["ImGuiColumns"] = "internal"
defs["locations"]["ImGuiColumnsFlags_"] = "internal"
defs["locations"]["ImGuiComboFlags_"] = "imgui"
defs["locations"]["ImGuiCond_"] = "imgui"
defs["locations"]["ImGuiConfigFlags_"] = "imgui"
defs["locations"]["ImGuiContext"] = "internal"
defs["locations"]["ImGuiDataTypeInfo"] = "internal"
defs["locations"]["ImGuiDataTypePrivate_"] = "internal"
defs["locations"]["ImGuiDataTypeTempStorage"] = "internal"
defs["locations"]["ImGuiDataType_"] = "imgui"
defs["locations"]["ImGuiDir_"] = "imgui"
defs["locations"]["ImGuiDragDropFlags_"] = "imgui"
defs["locations"]["ImGuiFocusedFlags_"] = "imgui"
defs["locations"]["ImGuiGroupData"] = "internal"
defs["locations"]["ImGuiHoveredFlags_"] = "imgui"
defs["locations"]["ImGuiIO"] = "imgui"
defs["locations"]["ImGuiInputReadMode"] = "internal"
defs["locations"]["ImGuiInputSource"] = "internal"
defs["locations"]["ImGuiInputTextCallbackData"] = "imgui"
defs["locations"]["ImGuiInputTextFlags_"] = "imgui"
defs["locations"]["ImGuiInputTextState"] = "internal"
defs["locations"]["ImGuiItemFlags_"] = "internal"
defs["locations"]["ImGuiItemStatusFlags_"] = "internal"
defs["locations"]["ImGuiKeyModFlags_"] = "imgui"
defs["locations"]["ImGuiKey_"] = "imgui"
defs["locations"]["ImGuiLastItemDataBackup"] = "internal"
defs["locations"]["ImGuiLayoutType_"] = "internal"
defs["locations"]["ImGuiListClipper"] = "imgui"
defs["locations"]["ImGuiLogType"] = "internal"
defs["locations"]["ImGuiMenuColumns"] = "internal"
defs["locations"]["ImGuiMouseButton_"] = "imgui"
defs["locations"]["ImGuiMouseCursor_"] = "imgui"
defs["locations"]["ImGuiNavDirSourceFlags_"] = "internal"
defs["locations"]["ImGuiNavForward"] = "internal"
defs["locations"]["ImGuiNavHighlightFlags_"] = "internal"
defs["locations"]["ImGuiNavInput_"] = "imgui"
defs["locations"]["ImGuiNavLayer"] = "internal"
defs["locations"]["ImGuiNavMoveFlags_"] = "internal"
defs["locations"]["ImGuiNavMoveResult"] = "internal"
defs["locations"]["ImGuiNextItemData"] = "internal"
defs["locations"]["ImGuiNextItemDataFlags_"] = "internal"
defs["locations"]["ImGuiNextWindowData"] = "internal"
defs["locations"]["ImGuiNextWindowDataFlags_"] = "internal"
defs["locations"]["ImGuiOnceUponAFrame"] = "imgui"
defs["locations"]["ImGuiPayload"] = "imgui"
defs["locations"]["ImGuiPlotType"] = "internal"
defs["locations"]["ImGuiPopupData"] = "internal"
defs["locations"]["ImGuiPopupFlags_"] = "imgui"
defs["locations"]["ImGuiPopupPositionPolicy"] = "internal"
defs["locations"]["ImGuiPtrOrIndex"] = "internal"
defs["locations"]["ImGuiSelectableFlagsPrivate_"] = "internal"
defs["locations"]["ImGuiSelectableFlags_"] = "imgui"
defs["locations"]["ImGuiSeparatorFlags_"] = "internal"
defs["locations"]["ImGuiSettingsHandler"] = "internal"
defs["locations"]["ImGuiShrinkWidthItem"] = "internal"
defs["locations"]["ImGuiSizeCallbackData"] = "imgui"
defs["locations"]["ImGuiSliderFlagsPrivate_"] = "internal"
defs["locations"]["ImGuiSliderFlags_"] = "imgui"
defs["locations"]["ImGuiStorage"] = "imgui"
defs["locations"]["ImGuiStoragePair"] = "imgui"
defs["locations"]["ImGuiStyle"] = "imgui"
defs["locations"]["ImGuiStyleMod"] = "internal"
defs["locations"]["ImGuiStyleVar_"] = "imgui"
defs["locations"]["ImGuiTabBar"] = "internal"
defs["locations"]["ImGuiTabBarFlagsPrivate_"] = "internal"
defs["locations"]["ImGuiTabBarFlags_"] = "imgui"
defs["locations"]["ImGuiTabItem"] = "internal"
defs["locations"]["ImGuiTabItemFlagsPrivate_"] = "internal"
defs["locations"]["ImGuiTabItemFlags_"] = "imgui"
defs["locations"]["ImGuiTextBuffer"] = "imgui"
defs["locations"]["ImGuiTextFilter"] = "imgui"
defs["locations"]["ImGuiTextFlags_"] = "internal"
defs["locations"]["ImGuiTextRange"] = "imgui"
defs["locations"]["ImGuiTooltipFlags_"] = "internal"
defs["locations"]["ImGuiTreeNodeFlagsPrivate_"] = "internal"
defs["locations"]["ImGuiTreeNodeFlags_"] = "imgui"
defs["locations"]["ImGuiWindow"] = "internal"
defs["locations"]["ImGuiWindowFlags_"] = "imgui"
defs["locations"]["ImGuiWindowSettings"] = "internal"
defs["locations"]["ImGuiWindowTempData"] = "internal"
defs["locations"]["ImRect"] = "internal"
defs["locations"]["ImVec1"] = "internal"
defs["locations"]["ImVec2"] = "imgui"
defs["locations"]["ImVec2ih"] = "internal"
defs["locations"]["ImVec4"] = "imgui"
defs["locations"]["STB_TexteditState"] = "internal"
defs["locations"]["StbTexteditRow"] = "internal"
defs["locations"]["StbUndoRecord"] = "internal"
defs["locations"]["StbUndoState"] = "internal"
defs["locations"]["ImBitVector"] = "imgui_internal:468"
defs["locations"]["ImColor"] = "imgui:1927"
defs["locations"]["ImDrawChannel"] = "imgui:2013"
defs["locations"]["ImDrawCmd"] = "imgui:1976"
defs["locations"]["ImDrawCornerFlags_"] = "imgui:2036"
defs["locations"]["ImDrawData"] = "imgui:2183"
defs["locations"]["ImDrawDataBuilder"] = "imgui_internal:561"
defs["locations"]["ImDrawList"] = "imgui:2069"
defs["locations"]["ImDrawListFlags_"] = "imgui:2052"
defs["locations"]["ImDrawListSharedData"] = "imgui_internal:542"
defs["locations"]["ImDrawListSplitter"] = "imgui:2021"
defs["locations"]["ImDrawVert"] = "imgui:1998"
defs["locations"]["ImFont"] = "imgui:2394"
defs["locations"]["ImFontAtlas"] = "imgui:2299"
defs["locations"]["ImFontAtlasCustomRect"] = "imgui:2261"
defs["locations"]["ImFontAtlasFlags_"] = "imgui:2274"
defs["locations"]["ImFontConfig"] = "imgui:2206"
defs["locations"]["ImFontGlyph"] = "imgui:2235"
defs["locations"]["ImFontGlyphRangesBuilder"] = "imgui:2246"
defs["locations"]["ImGuiAxis"] = "imgui_internal:697"
defs["locations"]["ImGuiBackendFlags_"] = "imgui:1124"
defs["locations"]["ImGuiButtonFlagsPrivate_"] = "imgui_internal:612"
defs["locations"]["ImGuiButtonFlags_"] = "imgui:1235"
defs["locations"]["ImGuiCol_"] = "imgui:1134"
defs["locations"]["ImGuiColorEditFlags_"] = "imgui:1248"
defs["locations"]["ImGuiColorMod"] = "imgui_internal:802"
defs["locations"]["ImGuiColumnData"] = "imgui_internal:993"
defs["locations"]["ImGuiColumns"] = "imgui_internal:1003"
defs["locations"]["ImGuiColumnsFlags_"] = "imgui_internal:982"
defs["locations"]["ImGuiComboFlags_"] = "imgui:917"
defs["locations"]["ImGuiCond_"] = "imgui:1340"
defs["locations"]["ImGuiConfigFlags_"] = "imgui:1108"
defs["locations"]["ImGuiContext"] = "imgui_internal:1100"
defs["locations"]["ImGuiDataTypeInfo"] = "imgui_internal:786"
defs["locations"]["ImGuiDataTypePrivate_"] = "imgui_internal:794"
defs["locations"]["ImGuiDataTypeTempStorage"] = "imgui_internal:780"
defs["locations"]["ImGuiDataType_"] = "imgui:1008"
defs["locations"]["ImGuiDir_"] = "imgui:1024"
defs["locations"]["ImGuiDragDropFlags_"] = "imgui:986"
defs["locations"]["ImGuiFocusedFlags_"] = "imgui:958"
defs["locations"]["ImGuiGroupData"] = "imgui_internal:819"
defs["locations"]["ImGuiHoveredFlags_"] = "imgui:970"
defs["locations"]["ImGuiIO"] = "imgui:1493"
defs["locations"]["ImGuiInputReadMode"] = "imgui_internal:721"
defs["locations"]["ImGuiInputSource"] = "imgui_internal:710"
defs["locations"]["ImGuiInputTextCallbackData"] = "imgui:1642"
defs["locations"]["ImGuiInputTextFlags_"] = "imgui:835"
defs["locations"]["ImGuiInputTextState"] = "imgui_internal:847"
defs["locations"]["ImGuiItemFlags_"] = "imgui_internal:576"
defs["locations"]["ImGuiItemStatusFlags_"] = "imgui_internal:591"
defs["locations"]["ImGuiKeyModFlags_"] = "imgui:1063"
defs["locations"]["ImGuiKey_"] = "imgui:1035"
defs["locations"]["ImGuiLastItemDataBackup"] = "imgui_internal:1672"
defs["locations"]["ImGuiLayoutType_"] = "imgui_internal:681"
defs["locations"]["ImGuiListClipper"] = "imgui:1883"
defs["locations"]["ImGuiLogType"] = "imgui_internal:687"
defs["locations"]["ImGuiMenuColumns"] = "imgui_internal:833"
defs["locations"]["ImGuiMouseButton_"] = "imgui:1307"
defs["locations"]["ImGuiMouseCursor_"] = "imgui:1317"
defs["locations"]["ImGuiNavDirSourceFlags_"] = "imgui_internal:740"
defs["locations"]["ImGuiNavForward"] = "imgui_internal:760"
defs["locations"]["ImGuiNavHighlightFlags_"] = "imgui_internal:731"
defs["locations"]["ImGuiNavInput_"] = "imgui:1076"
defs["locations"]["ImGuiNavLayer"] = "imgui_internal:767"
defs["locations"]["ImGuiNavMoveFlags_"] = "imgui_internal:748"
defs["locations"]["ImGuiNavMoveResult"] = "imgui_internal:894"
defs["locations"]["ImGuiNextItemData"] = "imgui_internal:951"
defs["locations"]["ImGuiNextItemDataFlags_"] = "imgui_internal:944"
defs["locations"]["ImGuiNextWindowData"] = "imgui_internal:922"
defs["locations"]["ImGuiNextWindowDataFlags_"] = "imgui_internal:908"
defs["locations"]["ImGuiOnceUponAFrame"] = "imgui:1765"
defs["locations"]["ImGuiPayload"] = "imgui:1680"
defs["locations"]["ImGuiPlotType"] = "imgui_internal:704"
defs["locations"]["ImGuiPopupData"] = "imgui_internal:881"
defs["locations"]["ImGuiPopupFlags_"] = "imgui:890"
defs["locations"]["ImGuiPopupPositionPolicy"] = "imgui_internal:774"
defs["locations"]["ImGuiPtrOrIndex"] = "imgui_internal:969"
defs["locations"]["ImGuiSelectableFlagsPrivate_"] = "imgui_internal:642"
defs["locations"]["ImGuiSelectableFlags_"] = "imgui:906"
defs["locations"]["ImGuiSeparatorFlags_"] = "imgui_internal:659"
defs["locations"]["ImGuiSettingsHandler"] = "imgui_internal:1081"
defs["locations"]["ImGuiShrinkWidthItem"] = "imgui_internal:963"
defs["locations"]["ImGuiSizeCallbackData"] = "imgui:1671"
defs["locations"]["ImGuiSliderFlagsPrivate_"] = "imgui_internal:635"
defs["locations"]["ImGuiSliderFlags_"] = "imgui:1295"
defs["locations"]["ImGuiStorage"] = "imgui:1827"
defs["locations"]["ImGuiStoragePair"] = "imgui:1830"
defs["locations"]["ImGuiStyle"] = "imgui:1441"
defs["locations"]["ImGuiStyleMod"] = "imgui_internal:809"
defs["locations"]["ImGuiStyleVar_"] = "imgui:1200"
defs["locations"]["ImGuiTabBar"] = "imgui_internal:1719"
defs["locations"]["ImGuiTabBarFlagsPrivate_"] = "imgui_internal:1689"
defs["locations"]["ImGuiTabBarFlags_"] = "imgui:931"
defs["locations"]["ImGuiTabItem"] = "imgui_internal:1703"
defs["locations"]["ImGuiTabItemFlagsPrivate_"] = "imgui_internal:1697"
defs["locations"]["ImGuiTabItemFlags_"] = "imgui:947"
defs["locations"]["ImGuiTextBuffer"] = "imgui:1800"
defs["locations"]["ImGuiTextFilter"] = "imgui:1773"
defs["locations"]["ImGuiTextFlags_"] = "imgui_internal:667"
defs["locations"]["ImGuiTextRange"] = "imgui:1783"
defs["locations"]["ImGuiTooltipFlags_"] = "imgui_internal:673"
defs["locations"]["ImGuiTreeNodeFlagsPrivate_"] = "imgui_internal:654"
defs["locations"]["ImGuiTreeNodeFlags_"] = "imgui:863"
defs["locations"]["ImGuiWindow"] = "imgui_internal:1563"
defs["locations"]["ImGuiWindowFlags_"] = "imgui:794"
defs["locations"]["ImGuiWindowSettings"] = "imgui_internal:1069"
defs["locations"]["ImGuiWindowTempData"] = "imgui_internal:1471"
defs["locations"]["ImRect"] = "imgui_internal:415"
defs["locations"]["ImVec1"] = "imgui_internal:397"
defs["locations"]["ImVec2"] = "imgui:211"
defs["locations"]["ImVec2ih"] = "imgui_internal:405"
defs["locations"]["ImVec4"] = "imgui:224"
defs["locations"]["STB_TexteditState"] = "imstb_textedit:319"
defs["locations"]["StbTexteditRow"] = "imstb_textedit:362"
defs["locations"]["StbUndoRecord"] = "imstb_textedit:301"
defs["locations"]["StbUndoState"] = "imstb_textedit:310"
defs["structs"] = {}
defs["structs"]["ImBitVector"] = {}
defs["structs"]["ImBitVector"][1] = {}