Move UiFlags and UiPanels into their own files

The first breaks circular dependency between `DiabloUI` and `text_render`.
The latter one moves `UiPanels` to a more appropriate place.
This commit is contained in:
Gleb Mazovetskiy 2021-11-25 10:17:30 +00:00 committed by Anders Jenbo
commit c57644970f
28 changed files with 99 additions and 56 deletions

View file

@ -8,6 +8,8 @@
#include <sstream>
#include <fmt/format.h>
#include "debug.h"
#include "automap.h"
@ -25,6 +27,7 @@
#include "spells.h"
#include "towners.h"
#include "utils/language.h"
#include "utils/log.hpp"
namespace devilution {