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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index e69b010363..b60f74d7d5 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -583,6 +583,8 @@ protected:
void oPlaytoons_CD_25();
void oPlaytoons_copyFile();
void oPlaytoons_openItk();
+
+ Common::String getFile(const char *path);
};
class Inter_v7 : public Inter_Playtoons {