mirror of
https://github.com/aap/librw.git
synced 2026-07-27 18:57:19 +01:00
implemented dear imgui for librw
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user