aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/text.h')
-rw-r--r--engines/macventure/text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/macventure/text.h b/engines/macventure/text.h
index 2389454042..88dd112681 100644
--- a/engines/macventure/text.h
+++ b/engines/macventure/text.h
@@ -28,6 +28,7 @@
namespace MacVenture {
typedef uint32 ObjID;
+class MacVentureEngine;
class TextAsset {
public:
@@ -53,7 +54,7 @@ private:
ObjID _sourceObj;
const HuffmanLists *_huffman;
bool _isOld;
-
+
Common::String _decoded;
};