aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/world.h')
-rw-r--r--engines/macventure/world.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/macventure/world.h b/engines/macventure/world.h
index 58e9fc5ce5..3893aca445 100644
--- a/engines/macventure/world.h
+++ b/engines/macventure/world.h
@@ -23,7 +23,6 @@
#ifndef MACVENTURE_WORLD_H
#define MACVENTURE_WORLD_H
-#include "macventure/macventure.h"
#include "macventure/container.h"
#include "macventure/text.h"
@@ -92,6 +91,8 @@ public:
uint32 getObjAttr(ObjID objID, uint32 attrID);
void setObjAttr(ObjID objID, uint32 attrID, Attribute value);
bool isObjActive(ObjID obj);
+ Common::Array<ObjID> getFamily(ObjID objID, bool recursive);
+ Common::Array<ObjID> getChildren(ObjID objID, bool recursive);
private:
bool loadStartGameFileName();