From 90483e4f3d0f7b95b3846bf1d0ff410ebd930011 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Mon, 25 May 2015 22:00:39 +0200 Subject: Made output random --- include/spacebot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/spacebot.h') diff --git a/include/spacebot.h b/include/spacebot.h index 920eb73..a5c23c2 100644 --- a/include/spacebot.h +++ b/include/spacebot.h @@ -2,6 +2,7 @@ #include #include +#include "move.h" class Spacebot { public: @@ -10,4 +11,6 @@ public: private: std::ifstream mapStream; std::ofstream resultStream; + void writeMove(const Move& move); + Move chooseMove(); }; -- cgit v1.2.3