]> ruin.nu Git - icfp05.git/blobdiff - botsrc/bot.h
done, for now
[icfp05.git] / botsrc / bot.h
index 2645ac0a8226d9bd8e8001abb5c0356929f28df6..306ec7ef52fb9c64f6ab52bf62f09c0a0bdd8030 100644 (file)
@@ -99,6 +99,8 @@ class Bot {
        int _world;
        int _robbed;
        int _smell;
+       std::string _robberLocation;
+       std::string _copHq;
 };
 
 class SimpleSPGoal : public SPGoal{