aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/rel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/rel.h')
-rw-r--r--engines/cine/rel.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/engines/cine/rel.h b/engines/cine/rel.h
index 3e8332a55e..84926f76c4 100644
--- a/engines/cine/rel.h
+++ b/engines/cine/rel.h
@@ -26,23 +26,10 @@
#ifndef CINE_REL_H
#define CINE_REL_H
+#include "cine/script.h"
namespace Cine {
-struct RelObjectScript {
- byte *data;
- uint16 size;
- uint16 obj1Param1;
- uint16 obj1Param2;
- uint16 obj2Param;
- uint16 runCount;
-};
-
-#define NUM_MAX_REL 255
-
-extern RelObjectScript relTable[NUM_MAX_REL];
-
-void releaseObjectScripts(void);
-void resetObjectScriptHead(void);
+extern RawObjectScriptArray relTable;
void loadRel(char *pRelName);