aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
new file mode 100644
index 0000000000..4a887ab9f3
--- /dev/null
+++ b/engines/dreamweb/structs.h
@@ -0,0 +1,24 @@
+struct Sprite {
+ uint16 updateCallback;
+ uint16 w2;
+ uint16 w4;
+ uint16 w6;
+ uint16 w8;
+ uint8 x;
+ uint8 y;
+ uint16 w12;
+ uint8 b14;
+ uint8 b15;
+ uint16 w16;
+ uint8 b18;
+ uint8 b19;
+ uint16 obj_data;
+ uint8 b22;
+ uint8 priority;
+ uint16 w24;
+ uint16 w26;
+ uint16 w28;
+ uint8 type;
+ uint8 hidden;
+};
+