Usable Engine
This commit is contained in:
@ -23,6 +23,9 @@
|
||||
#include <backends/imgui_impl_sdl3.h>
|
||||
#include <backends/imgui_impl_sdlgpu3.h>
|
||||
|
||||
#include <IAEngine/GameLibraryInterface.hpp>
|
||||
EXTERN GameFunctionTable g_gameFunctions;
|
||||
|
||||
namespace ia::iae
|
||||
{
|
||||
EXTERN SDL_Window *g_windowHandle;
|
||||
@ -67,6 +70,7 @@ namespace ia::iae
|
||||
ImGui::NewFrame();
|
||||
|
||||
WorldManager::DebugDraw();
|
||||
g_gameFunctions.OnDebugDraw();
|
||||
|
||||
ImGui::Render();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user