From 0d279cbf4211647ed3da0653f22b80fc1bc8cca7 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 1 Oct 2011 17:57:31 +0000 Subject: [PATCH] Forgot header in previous commit. --- projects/mtg/include/TestSuiteAI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/include/TestSuiteAI.h b/projects/mtg/include/TestSuiteAI.h index 9432b01e1..9f356b03f 100644 --- a/projects/mtg/include/TestSuiteAI.h +++ b/projects/mtg/include/TestSuiteAI.h @@ -27,6 +27,7 @@ public: int phase; void parsePlayerState(int playerId, string s); TestSuiteState(); + ~TestSuiteState(); TestSuiteAI* players[2]; void cleanup(TestSuite*);