aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sword25.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/sword25.h')
-rw-r--r--engines/sword25/sword25.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h
index cfbc26061a..2d93e2267c 100644
--- a/engines/sword25/sword25.h
+++ b/engines/sword25/sword25.h
@@ -72,6 +72,14 @@ private:
protected:
virtual Common::Error run();
+ bool hasFeature(EngineFeature f) const;
+// void pauseEngineIntern(bool pause); // TODO: Implement this!!!
+// void syncSoundSettings(); // TODO: Implement this!!!
+// Common::Error loadGameState(int slot); // TODO: Implement this?
+// Common::Error saveGameState(int slot, const char *desc); // TODO: Implement this?
+// bool canLoadGameStateCurrently(); // TODO: Implement this?
+// bool canSaveGameStateCurrently(); // TODO: Implement this?
+
void shutdown();
public: