aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorSven Hesse2012-06-28 00:07:29 +0200
committerSven Hesse2012-07-30 01:44:42 +0200
commit4819468d9ad8218d04a2e4563ef71d7d00964515 (patch)
treeefab77f1b829be3847a9b4acb2d2efa1cf5c2630 /engines/gob/gob.h
parent55c75756ea3c38cdd7074caff7085e35a658c9e7 (diff)
downloadscummvm-rg350-4819468d9ad8218d04a2e4563ef71d7d00964515.tar.gz
scummvm-rg350-4819468d9ad8218d04a2e4563ef71d7d00964515.tar.bz2
scummvm-rg350-4819468d9ad8218d04a2e4563ef71d7d00964515.zip
GOB: Add PreGob stubs for the Once Upon A Time games
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 5d4c3d7c55..9b919098d6 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -75,6 +75,7 @@ class Scenery;
class Util;
class SaveLoad;
class GobConsole;
+class PreGob;
#define WRITE_VAR_UINT32(var, val) _vm->_inter->_variables->writeVar32(var, val)
#define WRITE_VAR_UINT16(var, val) _vm->_inter->_variables->writeVar16(var, val)
@@ -223,6 +224,7 @@ public:
Inter *_inter;
SaveLoad *_saveLoad;
VideoPlayer *_vidPlayer;
+ PreGob *_preGob;
const char *getLangDesc(int16 language) const;
void validateLanguage();