aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/pregob/pregob.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/pregob/pregob.h')
-rw-r--r--engines/gob/pregob/pregob.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/gob/pregob/pregob.h b/engines/gob/pregob/pregob.h
index f1728036ab..686727b08b 100644
--- a/engines/gob/pregob/pregob.h
+++ b/engines/gob/pregob/pregob.h
@@ -38,6 +38,8 @@ namespace Gob {
class GobEngine;
class Surface;
+class GCTFile;
+
class PreGob {
public:
PreGob(GobEngine *vm);
@@ -164,6 +166,11 @@ protected:
virtual void fixTXTStrings(TXTFile &txt) const;
+ // -- GCT helpers --
+
+ GCTFile *loadGCT(const Common::String &gctFile) const;
+
+
GobEngine *_vm;
private: