]> ruin.nu Git - icfp05.git/blobdiff - robbersrc/robber.h
added license
[icfp05.git] / robbersrc / robber.h
index 3ba087131bab24e56a281d6eae75dae645063b6b..7624986cbbfa2a48a41a82156200aa4111910383 100644 (file)
@@ -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