|
|
@ -8,6 +8,8 @@
|
|
|
|
// If you are new to dear imgui, read examples/README.txt and read the documentation at the top of imgui.cpp.
|
|
|
|
// If you are new to dear imgui, read examples/README.txt and read the documentation at the top of imgui.cpp.
|
|
|
|
// https://github.com/ocornut/imgui
|
|
|
|
// https://github.com/ocornut/imgui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
IMGUI_IMPL_API bool ImGui_Marmalade_Init(bool install_callbacks);
|
|
|
|
IMGUI_IMPL_API bool ImGui_Marmalade_Init(bool install_callbacks);
|
|
|
|
IMGUI_IMPL_API void ImGui_Marmalade_Shutdown();
|
|
|
|
IMGUI_IMPL_API void ImGui_Marmalade_Shutdown();
|
|
|
|
IMGUI_IMPL_API void ImGui_Marmalade_NewFrame();
|
|
|
|
IMGUI_IMPL_API void ImGui_Marmalade_NewFrame();
|
|
|
|