aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
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; }