aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 3810df9024..07e873c703 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -611,6 +611,7 @@ protected:
void o7_playVmdOrMusic();
void o7_draw0x89();
void o7_findFile();
+ void o7_findCDFile();
void o7_getSystemProperty();
void o7_loadImage();
void o7_setVolume();
@@ -634,6 +635,8 @@ private:
void storeString(uint16 index, uint16 type, const char *value);
void storeString(const char *value);
+
+ Common::String findFile(const Common::String &mask);
};
} // End of namespace Gob