aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-09-03 14:24:44 +0200
committerBertrand Augereau2011-09-03 14:41:44 +0200
commit4782c7e34e83cdef57c613c08bb313ea4c6fbd24 (patch)
tree430569733828f95016701f082a6075441e5c3896 /engines/dreamweb/structs.h
parent49d1872876d9f26f8a30fa81056a6adea5cb30d2 (diff)
downloadscummvm-rg350-4782c7e34e83cdef57c613c08bb313ea4c6fbd24.tar.gz
scummvm-rg350-4782c7e34e83cdef57c613c08bb313ea4c6fbd24.tar.bz2
scummvm-rg350-4782c7e34e83cdef57c613c08bb313ea4c6fbd24.zip
DREAMWEB: Introduction of a Path structure
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 07419459a6..c0d5636538 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -228,4 +228,14 @@ struct Change {
uint8 type;
};
+struct Path {
+ uint8 x;
+ uint8 y;
+ uint8 b2;
+ uint8 b3;
+ uint8 b4;
+ uint8 b5;
+ uint8 b6;
+ uint8 b7;
+};