Fixed compilation errors

This commit is contained in:
Antoine Pilote
2024-09-04 01:02:05 -04:00
parent 10b8c862e7
commit 8c620be479

View File

@@ -4,9 +4,9 @@
#include <imgui/imgui_internal.h>
using namespace Nuake
using namespace Nuake;
using namespace UI
using namespace UI;
void BeginWindow(const std::string& name)
{