aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-28 17:59:55 +0530
committerEugene Sandulenko2019-09-03 17:17:03 +0200
commit003f8dc2a435f3ea466c9284ed22dadb166f1dc2 (patch)
tree92219011b207b361762c546fec31e60718396c20 /engines/hdb/hdb.h
parent763cc24c4c896880899994beb9f5d7f1392ccdce (diff)
downloadscummvm-rg350-003f8dc2a435f3ea466c9284ed22dadb166f1dc2.tar.gz
scummvm-rg350-003f8dc2a435f3ea466c9284ed22dadb166f1dc2.tar.bz2
scummvm-rg350-003f8dc2a435f3ea466c9284ed22dadb166f1dc2.zip
HDB: Move constants to draw-manager
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index 0e2ec3db7c..8948c0c9a4 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -110,11 +110,6 @@ enum Flag {
kFlagPlummet = 0x8000000
};
-enum {
- kScreenWidth = 640,
- kScreenHeight = 480
-};
-
class HDBGame : public Engine {
public:
HDBGame(OSystem *syst, const ADGameDescription *gameDesc);