Move the map_view and mini_map into gui as well.

This commit is contained in:
Zed A. Shaw 2025-05-16 00:07:24 -04:00
parent bed5ce22d2
commit a2246d2b71
6 changed files with 5 additions and 6 deletions

View file

@ -9,8 +9,8 @@
#include "gui/status_ui.hpp"
#include "gui/loot_ui.hpp"
#include "gui/boss_fight_ui.hpp"
#include "map_view.hpp"
#include "mini_map.hpp"
#include "gui/map_view.hpp"
#include "gui/mini_map.hpp"
namespace gui {
enum class State {