summaryrefslogtreecommitdiff
path: root/include/spacebot.h
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-03 22:11:59 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-03 22:11:59 +0200
commita197a92893cff416b63da359db8c8059c7f333bf (patch)
tree7ff3c908a73231edda1f2ba7308a98da599f9169 /include/spacebot.h
parente42727977b3dab7aecff0ce8afa5b16abcd8b26b (diff)
Added remaining objects for game state
Diffstat (limited to 'include/spacebot.h')
-rw-r--r--include/spacebot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spacebot.h b/include/spacebot.h
index b152197..9b89383 100644
--- a/include/spacebot.h
+++ b/include/spacebot.h
@@ -9,7 +9,7 @@ public:
Spacebot(std::string outputPath);
void writeNextMove();
private:
- std::string outputPath;
+ std::string outputFilename;
GameState gameState;
void writeMove(const Move& move);
Move chooseMove();