- Added crude possibility to search for the library (see Diabolic tutor)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-05-30 08:11:47 +00:00
parent b0eed5ea2e
commit b35195dddf
11 changed files with 68 additions and 105 deletions

View File

@@ -10,8 +10,6 @@
#include "TargetChooser.h"
#include "PhaseRing.h"
#define MAX_GAME_OBSERVERS 500
class MTGGamePhase;
class MTGAbility;
@@ -34,7 +32,9 @@ class GameObserver{
public:
int forceShuffleLibrary[2];
int turn;
int forceShuffleLibraries();
int targetListIsSet(MTGCardInstance * card);
PhaseRing * phaseRing;
int cancelCurrentAction();