aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-06-21 16:57:42 +0200
committerJohannes Schickel2011-06-21 16:59:50 +0200
commit3b7c91f2a77b49a36074f666e3801d28e7ccb999 (patch)
tree2d761f11a5113e78120fd08af1235199df8bff4b /engines/scumm/gfx.h
parent36526ef954bfd105c8a3dd143a0e68e3fb9cb6b9 (diff)
downloadscummvm-rg350-3b7c91f2a77b49a36074f666e3801d28e7ccb999.tar.gz
scummvm-rg350-3b7c91f2a77b49a36074f666e3801d28e7ccb999.tar.bz2
scummvm-rg350-3b7c91f2a77b49a36074f666e3801d28e7ccb999.zip
COMMON: Move HerculesDimensions enum to SCUMM.
The enum is only used inside the SCUMM engine so it is rather pointless to keep it in common/util.h right now. Also if we really want it in some common place it should probably be better in graphics/ too.
Diffstat (limited to 'engines/scumm/gfx.h')
-rw-r--r--engines/scumm/gfx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/scumm/gfx.h b/engines/scumm/gfx.h
index af75a98731..4b44ddc376 100644
--- a/engines/scumm/gfx.h
+++ b/engines/scumm/gfx.h
@@ -32,6 +32,11 @@ namespace Scumm {
class ScummEngine;
+enum HerculesDimensions {
+ kHercWidth = 720,
+ kHercHeight = 350
+};
+
/** Camera modes */
enum {
kNormalCameraMode = 1,