aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/file.h')
-rw-r--r--engines/hugo/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/file.h b/engines/hugo/file.h
index 3920fd66f6..5788298edc 100644
--- a/engines/hugo/file.h
+++ b/engines/hugo/file.h
@@ -44,7 +44,7 @@ public:
FileManager(HugoEngine *vm);
virtual ~FileManager();
- bool fileExists(Common::String filename);
+ bool fileExists(const Common::String filename) const;
sound_pt getSound(int16 sound, uint16 *size);
void readBootFile();
@@ -52,7 +52,7 @@ public:
void readUIFImages();
void readUIFItem(int16 id, byte *buf);
bool restoreGame(int16 slot);
- bool saveGame(int16 slot, Common::String descrip);
+ bool saveGame(int16 slot, const Common::String descrip);
// Name scenery and objects picture databases
const char *getBootFilename() { return "HUGO.BSF"; }