aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/cursor.h
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/cursor.h
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/cursor.h')
-rw-r--r--engines/groovie/cursor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/groovie/cursor.h b/engines/groovie/cursor.h
index 83aebb37d3..7a1f3ccc0e 100644
--- a/engines/groovie/cursor.h
+++ b/engines/groovie/cursor.h
@@ -26,9 +26,8 @@
#ifndef GROOVIE_CURSOR_H
#define GROOVIE_CURSOR_H
-#include "common/system.h"
#include "common/array.h"
-#include "common/file.h"
+#include "common/system.h"
namespace Common {
class MacResManager;