aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorEugene Sandulenko2007-01-30 02:17:46 +0000
committerEugene Sandulenko2007-01-30 02:17:46 +0000
commit6a20ddf1d263a64189ae873e708161631146b9ef (patch)
tree3e82afcb9d7722c8f5143da76f035ab00ea22ebb /engines/gob/gob.h
parent9833a65d4c97542dd991076255e42ba787e64649 (diff)
downloadscummvm-rg350-6a20ddf1d263a64189ae873e708161631146b9ef.tar.gz
scummvm-rg350-6a20ddf1d263a64189ae873e708161631146b9ef.tar.bz2
scummvm-rg350-6a20ddf1d263a64189ae873e708161631146b9ef.zip
Moved Gob engine to AdvancedDetector.
svn-id: r25274
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 911e5a0343..6e5abd491b 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -132,8 +132,10 @@ protected:
uint32 writeDataEndian(Common::OutSaveFile &out, char *varBuf, byte *sizeBuf, int32 size);
uint32 readDataEndian(Common::InSaveFile &in, char *varBuf, byte *sizeBuf, int32 size);
+ bool detectGame();
+
public:
- GobEngine(OSystem *syst, uint32 features, Common::Language lang, const char *startTotBase);
+ GobEngine(OSystem *syst);
virtual ~GobEngine();
void shutdown();