aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-04-30 23:16:19 +1000
committerPaul Gilbert2012-04-30 23:16:19 +1000
commit68bcaa61b9eb1108028b3db072ade95431b9f14f (patch)
tree604032ba514b785f5a3216e7d47c9d4906e32d49 /engines/tony/gfxengine.h
parentb0eef829728183b7ea170b30a33eca091bcc4574 (diff)
downloadscummvm-rg350-68bcaa61b9eb1108028b3db072ade95431b9f14f.tar.gz
scummvm-rg350-68bcaa61b9eb1108028b3db072ade95431b9f14f.tar.bz2
scummvm-rg350-68bcaa61b9eb1108028b3db072ade95431b9f14f.zip
TONY: More header files and functionality added
Diffstat (limited to 'engines/tony/gfxengine.h')
-rw-r--r--engines/tony/gfxengine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/gfxengine.h b/engines/tony/gfxengine.h
index 317056315e..2019cf01c9 100644
--- a/engines/tony/gfxengine.h
+++ b/engines/tony/gfxengine.h
@@ -145,8 +145,8 @@ public:
void Unfreeze(void);
// State management
- void SaveState(char *fn, byte *curThumb, char *name, bool bFastCompress = false);
- void LoadState(char *fn);
+ void SaveState(const char *fn, byte *curThumb, const char *name, bool bFastCompress = false);
+ void LoadState(const char *fn);
// Selects a location
void SelectLocation(RMPoint ptTonyStart=RMPoint(-1,-1), RMPoint start=RMPoint(-1,-1));