mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Initial commit
This commit is contained in:
commit
77cdaaf97e
827 changed files with 418745 additions and 0 deletions
5
vendor/librw/skeleton/imgui/imgui_impl_rw.h
vendored
Normal file
5
vendor/librw/skeleton/imgui/imgui_impl_rw.h
vendored
Normal file
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue