From 762be35a364fe66359d29b85b650c6e7add80e47 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Fri, 21 Mar 2014 17:21:55 +0100 Subject: ILLUSIONS: Add more script opcodes and fix/add stuff along the way - Unload backgrounds - Add transparent sprite drawing - Add AbortableThread --- engines/illusions/scriptresource.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/illusions/scriptresource.h') diff --git a/engines/illusions/scriptresource.h b/engines/illusions/scriptresource.h index 8a689a97a9..79c46c82a7 100644 --- a/engines/illusions/scriptresource.h +++ b/engines/illusions/scriptresource.h @@ -45,9 +45,12 @@ class Properties { public: Properties(); void init(uint count, byte *properties); + bool get(uint32 propertyId); + void set(uint32 propertyId, bool value); public: uint _count; byte *_properties; + void getProperyPos(uint32 propertyId, uint &index, byte &mask); }; class BlockCounters { -- cgit v1.2.3