From 87ef7e90829053b7bc336f7316c3facb6c51e781 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 2 Aug 2015 19:01:01 +0200 Subject: Reading brain in from a file --- include/spacebot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/spacebot.h') diff --git a/include/spacebot.h b/include/spacebot.h index 079b33e..9f7f83e 100644 --- a/include/spacebot.h +++ b/include/spacebot.h @@ -6,11 +6,11 @@ class Spacebot { public: - Spacebot(std::string outputPath); + Spacebot(std::string outputPath, std::string brainFilename); void writeNextMove(); private: std::string _outputFilename; - std::string _networkConfigFilename; + std::string _brainFilename; GameState _gameState; void writeMove(const Move& move); -- cgit v1.2.3