Fixed the vs2010 solution - included newly added files to the project.

This commit is contained in:
wrenczes@gmail.com
2010-11-02 04:28:32 +00:00
parent 5799ebb0e2
commit 1325fff26b
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
#include "utils.h"
#include "MTGDefinitions.h"
//#include <boost/shared_ptr.hpp>
class ManaCostHybrid;
class ExtraCosts;
@@ -13,6 +13,8 @@ class MTGCardInstance;
class Player;
class ManaCost{
//typedef boost::shared_ptr<ManaCost> ManaCostPtr;
protected:
int cost[Constants::MTG_NB_COLORS+1];
ManaCostHybrid * hybrids[10];