Implement creature marks

This commit is contained in:
Eduardo Bart
2013-11-11 01:45:18 -02:00
parent 9a30050340
commit 1868b235cb
3 changed files with 37 additions and 6 deletions

View File

@@ -215,6 +215,7 @@ private:
void parseShowModalDialog(const InputMessagePtr& msg);
void parseExtendedOpcode(const InputMessagePtr& msg);
void parseChangeMapAwareRange(const InputMessagePtr& msg);
void parseCreaturesMark(const InputMessagePtr& msg);
public:
void setMapDescription(const InputMessagePtr& msg, int x, int y, int z, int width, int height);