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];

View File

@@ -305,6 +305,7 @@
<ClCompile Include="src\AIMomirPlayer.cpp" />
<ClCompile Include="src\AIPlayer.cpp" />
<ClCompile Include="src\AIStats.cpp" />
<ClCompile Include="src\AllAbilities.cpp" />
<ClCompile Include="src\CardDescriptor.cpp" />
<ClCompile Include="src\CardDisplay.cpp" />
<ClCompile Include="src\CardGui.cpp" />
@@ -317,6 +318,8 @@
<ClCompile Include="src\DamagerDamaged.cpp" />
<ClCompile Include="src\DeckDataWrapper.cpp" />
<ClCompile Include="src\DeckManager.cpp" />
<ClCompile Include="src\DeckMenu.cpp" />
<ClCompile Include="src\DeckMenuItem.cpp" />
<ClCompile Include="src\DeckMetaData.cpp" />
<ClCompile Include="src\DeckStats.cpp" />
<ClCompile Include="src\DuelLayers.cpp" />