summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-17 18:31:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-17 18:31:23 +0300
commit9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (patch)
treee08d509274b9bb7cdef72ac6a320028013e8b270 /src/game.cpp
parentffdf217e5b11b95ca9feb126b1a2e210f553370f (diff)
downloadmv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.gz
mv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.bz2
mv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.tar.xz
mv-9f3eddda4befaf04c0c1a08983f210ee7c77b8ea.zip
Move font.cpp/h into fonts directory.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 6b265424a..34305cec2 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -49,11 +49,12 @@
#include "input/keyboardconfig.h"
#include "gui/chatconsts.h"
-#include "gui/font.h"
#include "gui/gui.h"
#include "gui/viewport.h"
#include "gui/windowmenu.h"
+#include "gui/fonts/font.h"
+
#include "gui/windows/botcheckerwindow.h"
#include "gui/windows/debugwindow.h"
#include "gui/windows/didyouknowwindow.h"