mirror of
https://github.com/aap/librw.git
synced 2025-12-18 16:39:51 +00:00
implemented dear imgui for librw
This commit is contained in:
4
skeleton/imgui/imgui_impl_rw.h
Normal file
4
skeleton/imgui/imgui_impl_rw.h
Normal 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);
|
||||
Reference in New Issue
Block a user