aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/resource.cpp
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-06-07 17:14:42 +0000
committerJordi Vilalta Prat2010-06-07 17:14:42 +0000
commit0e95d8a5faee7f674665067505635a9d31cc174b (patch)
tree42c2cc0e9e3eb6237ffe2514fcb6b1011f3dc614 /engines/groovie/resource.cpp
parent2c950b321c3354144debd6a7f5e7d19cbc6c3a32 (diff)
downloadscummvm-rg350-0e95d8a5faee7f674665067505635a9d31cc174b.tar.gz
scummvm-rg350-0e95d8a5faee7f674665067505635a9d31cc174b.tar.bz2
scummvm-rg350-0e95d8a5faee7f674665067505635a9d31cc174b.zip
Groovie:
- Rewritten T7G's font code to subclass Graphics::Font and make it cleaner. - Use theme fonts for the Mac version of T7G (which used ugly system fonts originally). With this the Mac version should be completable. - Cleanup include interdependencies. svn-id: r49487
Diffstat (limited to 'engines/groovie/resource.cpp')
-rw-r--r--engines/groovie/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/resource.cpp b/engines/groovie/resource.cpp
index 42de1a804d..32cc1735ef 100644
--- a/engines/groovie/resource.cpp
+++ b/engines/groovie/resource.cpp
@@ -26,8 +26,8 @@
#include "common/archive.h"
#include "common/macresman.h"
-#include "groovie/groovie.h"
#include "groovie/resource.h"
+#include "groovie/groovie.h"
namespace Groovie {