aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/gfxengine.h')
-rw-r--r--engines/tony/gfxengine.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/tony/gfxengine.h b/engines/tony/gfxengine.h
index 24deb47ec4..06eb3cc4ba 100644
--- a/engines/tony/gfxengine.h
+++ b/engines/tony/gfxengine.h
@@ -133,8 +133,8 @@ public:
void Unfreeze(void);
// State management
- void SaveState(const char *fn, byte *curThumb, const char *name, bool bFastCompress = false);
- void LoadState(CORO_PARAM, const char *fn);
+ void SaveState(const Common::String &fn, byte *curThumb, const Common::String &name);
+ void LoadState(CORO_PARAM, const Common::String &fn);
// Selects a location
void SelectLocation(const RMPoint &ptTonyStart = RMPoint(-1, -1), const RMPoint &start = RMPoint(-1, -1));
@@ -150,6 +150,7 @@ public:
void SetPalesati(bool bpal) {
m_inter.SetPalesati(bpal);
}
+ bool CanLoadSave();
};
} // End of namespace Tony