mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
some more imgui refactoring
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user