diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 18:31:23 +0300 |
commit | 9f3eddda4befaf04c0c1a08983f210ee7c77b8ea (patch) | |
tree | e08d509274b9bb7cdef72ac6a320028013e8b270 /src/game.cpp | |
parent | ffdf217e5b11b95ca9feb126b1a2e210f553370f (diff) | |
download | mv-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.cpp | 3 |
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" |