aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-29 22:49:15 +0000
committerSven Hesse2011-01-29 22:49:15 +0000
commit993a543432e57a519bd660902fc64d52dff41b45 (patch)
treed44956728e02fd8840af0eb3184e75bea4613e47 /engines/gob/inter.h
parentffc4af820f9dbdb6af75ce15c56e3677db3af567 (diff)
downloadscummvm-rg350-993a543432e57a519bd660902fc64d52dff41b45.tar.gz
scummvm-rg350-993a543432e57a519bd660902fc64d52dff41b45.tar.bz2
scummvm-rg350-993a543432e57a519bd660902fc64d52dff41b45.zip
GOB: Add Inter_Playtoons::getFile()
svn-id: r55637
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 {