Erwan
-removed useless file from the project
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "../include/GameState.h"
|
#include "../include/GameState.h"
|
||||||
#include "_includeAll.h"
|
|
||||||
#include "../include/SimpleMenu.h"
|
#include "../include/SimpleMenu.h"
|
||||||
|
#include "../include/MTGDeck.h"
|
||||||
|
#include "../include/GameObserver.h"
|
||||||
|
|
||||||
#define CHOOSE_OPPONENT 7
|
#define CHOOSE_OPPONENT 7
|
||||||
|
|
||||||
@@ -13,6 +14,7 @@ class TestSuite;
|
|||||||
#endif
|
#endif
|
||||||
class Credits;
|
class Credits;
|
||||||
|
|
||||||
|
|
||||||
class GameStateDuel: public GameState, public JGuiListener
|
class GameStateDuel: public GameState, public JGuiListener
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|||||||
@@ -1,43 +0,0 @@
|
|||||||
#ifndef _INCLUDEALL_H_
|
|
||||||
#define _INCLUDEALL_H_
|
|
||||||
|
|
||||||
|
|
||||||
class MTGPlayerCards;
|
|
||||||
class MTGCardInstance;
|
|
||||||
class MTGCard;
|
|
||||||
class GameObserver;
|
|
||||||
class TexturesCache;
|
|
||||||
class MTGAbility;
|
|
||||||
class Player;
|
|
||||||
class CardGui;
|
|
||||||
class ActionElement;
|
|
||||||
class DuelLayers;
|
|
||||||
class MTGInPlay;
|
|
||||||
|
|
||||||
class MTGGamePhase;
|
|
||||||
|
|
||||||
#include "CardGui.h"
|
|
||||||
#include "GuiLayers.h"
|
|
||||||
#include "GuiCardsController.h"
|
|
||||||
#include "MTGGuiPlay.h"
|
|
||||||
#include "MTGGuiHand.h"
|
|
||||||
#include "ManaCost.h"
|
|
||||||
#include "TexturesCache.h"
|
|
||||||
#include "MTGAbility.h"
|
|
||||||
#include "MTGGameZones.h"
|
|
||||||
#include "ActionElement.h"
|
|
||||||
#include "ActionLayer.h"
|
|
||||||
#include "MTGGamePhase.h"
|
|
||||||
#include "DuelLayers.h"
|
|
||||||
#include "GameObserver.h"
|
|
||||||
#include "MTGDeck.h"
|
|
||||||
#include "Player.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
@@ -541,10 +541,6 @@
|
|||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
Filter="h;hpp;hxx;hm;inl"
|
Filter="h;hpp;hxx;hm;inl"
|
||||||
>
|
>
|
||||||
<File
|
|
||||||
RelativePath=".\include\_includeAll.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\include\ActionElement.h"
|
RelativePath=".\include\ActionElement.h"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user