]> ruin.nu Git - icfp05.git/blobdiff - robbersrc/robber.h
initial robber done
[icfp05.git] / robbersrc / robber.h
index 3ba087131bab24e56a281d6eae75dae645063b6b..b4f3e12326270d1175c94711d65106d4b45b287f 100644 (file)
@@ -12,5 +12,6 @@ class Robber : public Bot {
        protected:
                std::string _oldLocation;
                std::string _maybeNextLocation;
+               virtual void move(std::string location);
 };
 #endif