X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=robber%2Frobber.h;h=5dea90a2e251608abf0107ea41ae6bf3ff84ace1;hb=f42b544842d9b9f21da3898225a70dec23c57a36;hp=11f5668d0b5c61db93fc7c1cb205c7600069a5fd;hpb=dc67a266d0011df3e82a5c7231d12a52d01dfc39;p=icfp05.git diff --git a/robber/robber.h b/robber/robber.h index 11f5668..5dea90a 100644 --- a/robber/robber.h +++ b/robber/robber.h @@ -5,8 +5,12 @@ class Robber : public Bot { public: - Robber(std::string name):Bot(name,"robber"){}; + Robber(std::string name):Bot(name,robber){}; std::string turn(); + + protected: + std::string _oldLocation; + std::string _maybeNextLocation; }; #endif