diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:01:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:01:17 +0300 |
commit | 366ec0909c764257a19fcbcc17cfb3948c85e0a5 (patch) | |
tree | eaf39a925aa7905abf1de2ca1ee68e7d7ef67d8e /src/game.cpp | |
parent | c08c64a1fa6c7198817af294329230951f282c7c (diff) | |
download | plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.gz plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.bz2 plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.xz plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.zip |
Move chatconsts into const directory.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 94bb4a8fd..a8a13e0dc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -43,6 +43,8 @@ #include "const/spells.h" +#include "const/gui/chat.h" + #include "enums/being/beingdirection.h" #include "particle/particle.h" @@ -51,7 +53,6 @@ #include "input/joystick.h" #include "input/keyboardconfig.h" -#include "gui/chatconsts.h" #include "gui/dialogsmanager.h" #include "gui/gui.h" #include "gui/popupmanager.h" |