1
0
mirror of https://github.com/aap/librw.git synced 2025-03-11 04:17:44 +00:00
2017-12-30 11:43:17 +01:00

5 lines
200 B
C

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);