aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorEugene Sandulenko2006-11-10 22:43:10 +0000
committerEugene Sandulenko2006-11-10 22:43:10 +0000
commita977988058676dbf878637f41982d85db2fbd720 (patch)
treedc89b39d5464fb39c2daae160c42b5d584323cd0 /engines/saga/saga.h
parent588a6842c818ef98e2b29b82991d9727a3e4a73e (diff)
downloadscummvm-rg350-a977988058676dbf878637f41982d85db2fbd720.tar.gz
scummvm-rg350-a977988058676dbf878637f41982d85db2fbd720.tar.bz2
scummvm-rg350-a977988058676dbf878637f41982d85db2fbd720.zip
Next step in AdvancedDetector unification. Moved all common functions to
macroses. Now typical usage is just list of macros with parameters and array of game details. svn-id: r24670
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 4d26c960d7..0cefe76caf 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -372,6 +372,7 @@ public:
public:
bool initGame(void);
+ bool postInitGame(void);
public:
const SAGAGameDescription *getGameDescription() const { return _gameDescription; }
const bool isBigEndian() const { return (_gameDescription->features & GF_BIG_ENDIAN_DATA) != 0; }