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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/gob/totfile.h b/engines/gob/totfile.h
index a79cb715cc..3a82706a7d 100644
--- a/engines/gob/totfile.h
+++ b/engines/gob/totfile.h
@@ -26,8 +26,9 @@
#ifndef GOB_TOTFILE_H
#define GOB_TOTFILE_H
+#include "common/str.h"
+
namespace Common {
- class String;
class SeekableReadStream;
}
@@ -62,6 +63,8 @@ public:
Common::SeekableReadStream *getStream() const;
bool getProperties(Properties &props) const;
+ static Common::String createFileName(const Common::String &base, bool &isLOM);
+
private:
GobEngine *_vm;