aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-06-24 02:36:17 +0000
committerEugene Sandulenko2004-06-24 02:36:17 +0000
commit9fae63756b8f3ff4e269e711c664545196a3b69f (patch)
treeffdef4dc2f265e27f6b37335525cf1fb279970ab /scumm/scumm.h
parent90032ce348e6f36883e7b5c0ae83ae55817e0f43 (diff)
downloadscummvm-rg350-9fae63756b8f3ff4e269e711c664545196a3b69f.tar.gz
scummvm-rg350-9fae63756b8f3ff4e269e711c664545196a3b69f.tar.bz2
scummvm-rg350-9fae63756b8f3ff4e269e711c664545196a3b69f.zip
Phase #1 of HE v7.0+ cursors. Basically it's Win32 resource extractor
incorporated from icotools, no display, just searching it in resources and display a warning. Graphics converter is on the way. Code is NOT endian-safe. It will not work on BE system, as was tested by joostp. Please, fix endianess. svn-id: r14024
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 206d109d95..3e21b8ce68 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -52,6 +52,7 @@ class ScummEngine;
class ScummDebugger;
class Serializer;
class Sound;
+class Win32ResExtractor;
struct Box;
struct BoxCoords;
@@ -1044,6 +1045,9 @@ protected:
Insane *_insane;
+ // HE v7.0+ games
+ Win32ResExtractor *_Win32ResExtractor;
+
public:
uint16 _extraBoxFlags[65];