aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/font.h
diff options
context:
space:
mode:
authorlukaslw2014-08-01 17:38:04 +0200
committerlukaslw2014-08-01 17:38:04 +0200
commit3c29d61f6705a6f05d86fa2599a6992d2d17e3ac (patch)
tree9c0033d66c9a1cbf1cb5c52ca27b8159d194d432 /engines/prince/font.h
parentb3589c76da856239828377a3011525a888b04920 (diff)
downloadscummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.gz
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.bz2
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.zip
PRINCE: Code clean-up
Diffstat (limited to 'engines/prince/font.h')
-rw-r--r--engines/prince/font.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/engines/prince/font.h b/engines/prince/font.h
index bf9c09d0e9..001e9f7668 100644
--- a/engines/prince/font.h
+++ b/engines/prince/font.h
@@ -23,14 +23,9 @@
#define PRINCE_FONT_H
#include "graphics/font.h"
+#include "graphics/surface.h"
-namespace Graphics {
- struct Surface;
-}
-
-namespace Common {
- class String;
-}
+#include "common/str.h"
namespace Prince {
@@ -63,8 +58,6 @@ private:
byte *_fontData;
};
-}
+} // End of namespace Prince
#endif
-
-/* vim: set tabstop=4 expandtab!: */