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:
parent
b4afe50dd1
commit
c57644970f
28 changed files with 99 additions and 56 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue