aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/script.h')
-rw-r--r--engines/hopkins/script.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hopkins/script.h b/engines/hopkins/script.h
index 3eba8d5167..41da519410 100644
--- a/engines/hopkins/script.h
+++ b/engines/hopkins/script.h
@@ -38,8 +38,7 @@ private:
public:
bool _tempObjectFl;
- ScriptManager();
- void setParent(HopkinsEngine *vm);
+ ScriptManager(HopkinsEngine *vm);
int handleOpcode(byte *dataP);
int handleIf(const byte *dataP, int offset);