From 82f1ebcafed7e565ac4dce610f7bc098f45ee67d Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 23 Jun 2009 23:55:35 +0000 Subject: Putting TOT filename generation and LOM checking into TOTFile svn-id: r41822 --- engines/gob/totfile.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/gob/totfile.h') 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; -- cgit v1.2.3