diff --git a/projects/mtg/include/ManaCost.h b/projects/mtg/include/ManaCost.h index 3cf76e4f6..b52c15789 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,6 +13,8 @@ class MTGCardInstance; class Player; class ManaCost{ + //typedef boost::shared_ptr ManaCostPtr; + protected: int cost[Constants::MTG_NB_COLORS+1]; ManaCostHybrid * hybrids[10]; diff --git a/projects/mtg/template.vcxproj b/projects/mtg/template.vcxproj index de27ee7d9..5ad2366b3 100644 --- a/projects/mtg/template.vcxproj +++ b/projects/mtg/template.vcxproj @@ -305,6 +305,7 @@ + @@ -317,6 +318,8 @@ + +