* Unify Pos' forward declarations with its definitions.
This commit is contained in:
jean.chalard
2009-08-22 06:18:33 +00:00
parent f4ee432765
commit 73d27eec05
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ class DamageResolverLayer;
class GuiHandSelf; class GuiHandSelf;
class GuiHandOpponent; class GuiHandOpponent;
class GuiCombat; class GuiCombat;
class Pos; struct Pos;
class DuelLayers { class DuelLayers {
protected: protected:

View File

@@ -20,7 +20,7 @@ class ManaCost;
class UntapBlockers; class UntapBlockers;
class CardDescriptor; class CardDescriptor;
class Counters; class Counters;
class Pos; struct Pos;
#include <list> #include <list>
using namespace std; using namespace std;