summaryrefslogtreecommitdiff
path: root/src/gui/truetypefont.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-11 02:12:47 +0000
committerJared Adams <jaxad0127@gmail.com>2010-01-11 02:12:47 +0000
commit440150cba3cd8441283d9914fc444358dee64495 (patch)
tree89ff0bb6b5229748861ba5364268e3c465a3b3a0 /src/gui/truetypefont.cpp
parentada99b0ff2395e4d0853016306564f471bfc1bc8 (diff)
downloadmana-client-440150cba3cd8441283d9914fc444358dee64495.tar.gz
mana-client-440150cba3cd8441283d9914fc444358dee64495.tar.bz2
mana-client-440150cba3cd8441283d9914fc444358dee64495.tar.xz
mana-client-440150cba3cd8441283d9914fc444358dee64495.zip
Cleanup GUI classes
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
Diffstat (limited to 'src/gui/truetypefont.cpp')
-rw-r--r--src/gui/truetypefont.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/truetypefont.cpp b/src/gui/truetypefont.cpp
index e07adc9f..8c9f569e 100644
--- a/src/gui/truetypefont.cpp
+++ b/src/gui/truetypefont.cpp
@@ -22,6 +22,7 @@
#include "gui/truetypefont.h"
#include "graphics.h"
+
#include "resources/image.h"
#include <guichan/exception.hpp>