diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-14 23:08:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-14 23:08:15 +0300 |
commit | 667cce07fe604b3983bf6e409fe5e9137fa5e81a (patch) | |
tree | 9e8d37092de278da6aee7475fc65db828642ad32 /src/game.cpp | |
parent | e149243eb20a1bb74657914122bcabc01de2ae36 (diff) | |
download | plus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.tar.gz plus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.tar.bz2 plus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.tar.xz plus-667cce07fe604b3983bf6e409fe5e9137fa5e81a.zip |
Move chat tab consts into separate file.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index f9f5305ae..241f15a6a 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -48,6 +48,7 @@ #include "input/joystick.h" #include "input/keyboardconfig.h" +#include "gui/chatconsts.h" #include "gui/font.h" #include "gui/gui.h" #include "gui/viewport.h" |