* 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 GuiHandOpponent;
class GuiCombat;
class Pos;
struct Pos;
class DuelLayers {
protected:

View File

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