diff --git a/projects/mtg/include/ManaCost.h b/projects/mtg/include/ManaCost.h index b52c15789..3cf76e4f6 100644 --- a/projects/mtg/include/ManaCost.h +++ b/projects/mtg/include/ManaCost.h @@ -3,7 +3,7 @@ #include "utils.h" #include "MTGDefinitions.h" -//#include + class ManaCostHybrid; class ExtraCosts; @@ -13,8 +13,6 @@ class MTGCardInstance; class Player; class ManaCost{ - //typedef boost::shared_ptr ManaCostPtr; - protected: int cost[Constants::MTG_NB_COLORS+1]; ManaCostHybrid * hybrids[10];