aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/world.h
diff options
context:
space:
mode:
authorBorja Lorente2016-06-17 15:55:23 +0200
committerBorja Lorente2016-08-14 18:28:08 +0200
commit9c10b431ce3a59588571fbb77d8ae861f2de4c50 (patch)
tree313891b395c24a358d86fab831f02e8878f80668 /engines/macventure/world.h
parentaae8378afdc8372ba788363587d0b919b9d96d93 (diff)
downloadscummvm-rg350-9c10b431ce3a59588571fbb77d8ae861f2de4c50.tar.gz
scummvm-rg350-9c10b431ce3a59588571fbb77d8ae861f2de4c50.tar.bz2
scummvm-rg350-9c10b431ce3a59588571fbb77d8ae861f2de4c50.zip
MACVENTURE: Add text decoding (without composite)
Diffstat (limited to 'engines/macventure/world.h')
-rw-r--r--engines/macventure/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/macventure/world.h b/engines/macventure/world.h
index e5c728ef58..6931996100 100644
--- a/engines/macventure/world.h
+++ b/engines/macventure/world.h
@@ -25,11 +25,13 @@
#include "macventure/macventure.h"
#include "macventure/container.h"
+#include "macventure/text.h"
namespace MacVenture {
typedef uint32 ObjID;
typedef Common::Array<uint16> AttributeGroup;
+class TextAsset;
enum ObjectAttributeID {
kAttrParentObject = 0,