summaryrefslogtreecommitdiff
path: root/skeleton/imgui/imgui_impl_rw.h
diff options
context:
space:
mode:
authorclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
committerclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
commit847962910f0bff071f3bf07c9abb87764fb6cac3 (patch)
treeddcd429e134c7fd5f72ddc97ced175de8d66fcd0 /skeleton/imgui/imgui_impl_rw.h
downloadlibrw-master.tar.gz
librw-master.zip
Import aap/librw @ masterHEADmaster
Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/aap/librw (master).
Diffstat (limited to 'skeleton/imgui/imgui_impl_rw.h')
-rw-r--r--skeleton/imgui/imgui_impl_rw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/skeleton/imgui/imgui_impl_rw.h b/skeleton/imgui/imgui_impl_rw.h
new file mode 100644
index 0000000..32e961e
--- /dev/null
+++ b/skeleton/imgui/imgui_impl_rw.h
@@ -0,0 +1,5 @@
+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);
+void ImGui_ImplRW_RenderDrawLists(ImDrawData* draw_data); \ No newline at end of file