1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
This commit is contained in:
AlexVinS
2016-09-29 23:14:22 +03:00
parent 9097ffbd8a
commit 72461c5c2e
4 changed files with 20 additions and 4 deletions

View File

@@ -204,6 +204,8 @@ public:
bool isNegative() const;
bool isNeutral() const;
boost::logic::tribool getPositiveness() const;
bool isDamageSpell() const;
bool isRisingSpell() const;
bool isOffensiveSpell() const;