X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=robbersrc%2Frobber.h;h=b4f3e12326270d1175c94711d65106d4b45b287f;hp=3ba087131bab24e56a281d6eae75dae645063b6b;hb=524573fae3ea0c8a1bb01a2b4fd848bff0bb04d1;hpb=f0bca5d0e69c0d1035c6b32b7d2c27e671f7060b diff --git a/robbersrc/robber.h b/robbersrc/robber.h index 3ba0871..b4f3e12 100644 --- a/robbersrc/robber.h +++ b/robbersrc/robber.h @@ -12,5 +12,6 @@ class Robber : public Bot { protected: std::string _oldLocation; std::string _maybeNextLocation; + virtual void move(std::string location); }; #endif