Sigh - revert out changes relating to my boost::shared_ptr experiments. (Did I mention I hate AnkhSvn? Why does it auto-select files in other changelists?? )

This commit is contained in:
wrenczes@gmail.com
2010-11-02 04:31:10 +00:00
parent 1325fff26b
commit 2d30dece25

View File

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