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
+5 -1
View File
@@ -43,7 +43,7 @@ public:
};
friend ostream& operator<<(ostream&, const Action&);
friend istream& operator>>(istream&, Action&);
friend istream& operator>>(istream&, Action&);
};
class AIAction
@@ -84,6 +84,10 @@ public:
{
};
int Act();
ostream& logSimpleAct(ostream& out, MTGCardInstance* click);
ostream& logMultiAct(ostream& out, vector<Targetable*>& actionTargets);
friend ostream& operator<<(ostream& out, AIAction& a);
};