generation with location info

This commit is contained in:
Victor Bombi
2020-06-05 20:46:02 +02:00
parent 8b4ebff2e2
commit 4e160d8017
7 changed files with 1953 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
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();