From 4782c7e34e83cdef57c613c08bb313ea4c6fbd24 Mon Sep 17 00:00:00 2001 From: Bertrand Augereau Date: Sat, 3 Sep 2011 14:24:44 +0200 Subject: DREAMWEB: Introduction of a Path structure --- engines/dreamweb/structs.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/dreamweb/structs.h') 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; +}; -- cgit v1.2.3