Introduce 2 new functions to Map

- g_map.colorizeThing
- g_map.removeThingColor
This commit is contained in:
Ahmed Samy
2013-08-24 00:09:56 +02:00
parent 644d4daeea
commit 32647f11bf
5 changed files with 55 additions and 1 deletions

View File

@@ -169,6 +169,8 @@ public:
ThingPtr getThing(const Position& pos, int stackPos);
bool removeThing(const ThingPtr& thing);
bool removeThingByPos(const Position& pos, int stackPos);
void colorizeThing(const ThingPtr& thing, const Color& color);
void removeThingColor(const ThingPtr& thing);
StaticTextPtr getStaticText(const Position& pos);