some more imgui refactoring

This commit is contained in:
TakaRikka
2026-03-14 04:07:30 -07:00
parent efa629ca6a
commit 5db0cb0cf8
13 changed files with 294 additions and 139 deletions
+2 -1
View File
@@ -3,10 +3,11 @@
#include "imgui.h"
#include <imgui_internal.h>
#include "ImGuiConsole.hpp"
#include "ImGuiMenuTools.hpp"
#include "dusk/map_loader_definitions.h"
namespace dusk {
void ImGuiConsole::ShowMapLoader() {
void ImGuiMenuTools::ShowMapLoader() {
if (!m_showMapLoader) {
return;
}