aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/totfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/totfile.h')
-rw-r--r--engines/gob/totfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/totfile.h b/engines/gob/totfile.h
index 3a82706a7d..f76f695258 100644
--- a/engines/gob/totfile.h
+++ b/engines/gob/totfile.h
@@ -64,6 +64,7 @@ public:
bool getProperties(Properties &props) const;
static Common::String createFileName(const Common::String &base, bool &isLOM);
+ static Common::String getFileBase(const Common::String &fileName);
private:
GobEngine *_vm;