This commit is contained in:
43
projects/mtg/include/_includeAll.h
Normal file
43
projects/mtg/include/_includeAll.h
Normal file
@@ -0,0 +1,43 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user