aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 3967b50847..a0dd59a793 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -164,10 +164,9 @@ public:
bool BOBTOUS;
bool OBSSEUL;
- ObjectsManager();
+ ObjectsManager(HopkinsEngine *vm);
~ObjectsManager();
- void setParent(HopkinsEngine *vm);
void clearAll();
int getWidth(const byte *objectData, int idx);