add ImVector template types

This commit is contained in:
sonoro1234
2018-10-18 13:05:57 +02:00
parent 7a54d1276d
commit aca412fe7a
4 changed files with 168 additions and 89 deletions

View File

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