This commit is contained in:
Victor Bombi
2020-09-25 10:00:15 +02:00
parent 31b598af72
commit c37df4d0b8
5 changed files with 709 additions and 2588 deletions

View File

@@ -4,6 +4,7 @@ typedef struct GLFWwindow GLFWwindow;
struct GLFWwindow;
struct GLFWmonitor;
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);