From 1325fff26b23932ce30345e06e30befcf1fd01b8 Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Tue, 2 Nov 2010 04:28:32 +0000 Subject: [PATCH] Fixed the vs2010 solution - included newly added files to the project. --- projects/mtg/include/ManaCost.h | 4 +++- projects/mtg/template.vcxproj | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ + +