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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hopkins/script.h b/engines/hopkins/script.h
index f37baffdac..40b9612627 100644
--- a/engines/hopkins/script.h
+++ b/engines/hopkins/script.h
@@ -33,16 +33,16 @@ namespace Hopkins {
class ScriptManager {
private:
HopkinsEngine *_vm;
+ int checkOpcode(const byte *dataP);
public:
bool TRAVAILOBJET;
-public:
+
ScriptManager();
void setParent(HopkinsEngine *vm);
int handleOpcode(byte *dataP);
- int checkOpcode(const byte *dataP);
- int handleGoto(const byte *dataP);
int handleIf(const byte *dataP, int a2);
+ int handleGoto(const byte *dataP);
};
} // End of namespace Hopkins