Correction

This commit is contained in:
Anthony Calosa
2016-08-01 11:44:07 +08:00
parent 0b0368ffcc
commit 223e2e04b0
4 changed files with 22 additions and 6 deletions

View File

@@ -115,6 +115,8 @@ public:
bool isCreature();
bool isLand();
bool isSpell();
bool isPermanent();
bool isSorceryorInstant();
int dredge();
void setPower(int _power);
int getPower();