- fix compilation issues introduced in r1727
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-18 12:43:30 +00:00
parent 2df6a71c87
commit bd6c1a2407
19 changed files with 15 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
#include "Counters.h"
#include "WEvent.h"
#include "GuiStatic.h"
#include "GameObserver.h"
#include <JGui.h>
#include <hge/hgeparticle.h>

View File

@@ -4,7 +4,6 @@
#include <vector>
#include <stack>
#include "GuiLayers.h"
#include "DuelLayers.h"
#include "Pos.h"
using std::vector;

View File

@@ -4,7 +4,6 @@
class MTGCardInstance;
class GameObserver;
class Spell;
class Damageable;
class PlayGuiObject;
@@ -14,6 +13,7 @@ class Player;
class AManaProducer;
class WEvent;
#include "../include/GameObserver.h"
#include "ActionElement.h"
#include <string>
#include <map>

View File

@@ -7,7 +7,6 @@
#include "MTGAbility.h"
#include "WResourceManager.h"
#include "ManaCost.h"
#include "Blocker.h"
#include "Damage.h"
#include "Targetable.h"

View File

@@ -7,6 +7,7 @@
#include "../include/MTGAbility.h"
#include "../include/Counters.h"
#include "../include/WEvent.h"
#include "../include/CardSelector.h"
class OtherAbilitiesEventReceiver:public MTGAbility{
public: