X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=robbersrc%2Frobber.h;h=7624986cbbfa2a48a41a82156200aa4111910383;hb=c5b563366b04bc53fc48e5040447bab6ff1a6abb;hp=3ba087131bab24e56a281d6eae75dae645063b6b;hpb=e80a1fceda25988c576631be47a9b122126d8f53;p=icfp05.git diff --git a/robbersrc/robber.h b/robbersrc/robber.h index 3ba0871..7624986 100644 --- a/robbersrc/robber.h +++ b/robbersrc/robber.h @@ -1,7 +1,7 @@ #ifndef __ROBBER_H__ #define __ROBBER_H__ -#include "bot.h" +#include "../botsrc/bot.h" class Robber : public Bot { public: @@ -12,5 +12,6 @@ class Robber : public Bot { protected: std::string _oldLocation; std::string _maybeNextLocation; + virtual void move(std::string location); }; #endif