Latest min-max branch

This commit is contained in:
xawotihs
2015-08-25 23:29:58 +02:00
parent 5061f7c37f
commit 504160a740
6 changed files with 101 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,6 @@ class GameObserver{
string startupGameSerialized;
bool parseLine(const string& s);
virtual void logAction(const string& s);
bool processAction(const string& s);
bool processActions(bool undo
#ifdef TESTSUITE
, TestSuiteGame* testgame
@@ -69,6 +68,7 @@ class GameObserver{
);
public:
bool processAction(const string& s);
int currentPlayerId;
CombatStep combatStep;
int turn;