First commit.

This commit is contained in:
Rinnegatamante
2020-09-26 10:28:55 +02:00
parent 2ed4eb3fe3
commit 8194094ec7
213 changed files with 83355 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
IMGUI_API bool ImGui_ImplRW_Init(void);
IMGUI_API void ImGui_ImplRW_Shutdown(void);
IMGUI_API void ImGui_ImplRW_NewFrame(float timeDelta);
sk::EventStatus ImGuiEventHandler(sk::Event e, void *param);