aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r--engines/xeen/map.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index 19d7cc56f5..3defc589bf 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -314,7 +314,20 @@ public:
public:
MonsterObjectData(XeenEngine *vm);
+ /**
+ * Synchronizes the data
+ */
void synchronize(XeenSerializer &s, MonsterData &monsterData);
+
+ /**
+ * Clears the current list of monster sprites
+ */
+ void clearMonsterSprites();
+
+ /**
+ * Load the normal and attack sprites for a given monster
+ */
+ void addMonsterSprites(MazeMonster &monster);
};
class HeadData {