aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-16 00:05:48 +1000
committerPaul Gilbert2012-05-17 19:38:57 +1000
commit59942d9a41cf7d43b95e9775aca66c241884b516 (patch)
tree7f8b0b671cff28dfb233c57ee6f3502f084db538 /engines/tony/gfxengine.h
parent88762667b52e4b904c56ecc94bf304c1a91e9feb (diff)
downloadscummvm-rg350-59942d9a41cf7d43b95e9775aca66c241884b516.tar.gz
scummvm-rg350-59942d9a41cf7d43b95e9775aca66c241884b516.tar.bz2
scummvm-rg350-59942d9a41cf7d43b95e9775aca66c241884b516.zip
TONY: Work on enabling GMM saving and loading
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