Fixed the vs2010 solution - included newly added files to the project.
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user