X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=botsrc%2Fbot.h;h=306ec7ef52fb9c64f6ab52bf62f09c0a0bdd8030;hp=2645ac0a8226d9bd8e8001abb5c0356929f28df6;hb=6b0d8904651d810411bef9b8ad213125fa437bd0;hpb=0802d5a4a639a7601f9e9d8a4d13836171c26bd1 diff --git a/botsrc/bot.h b/botsrc/bot.h index 2645ac0..306ec7e 100644 --- a/botsrc/bot.h +++ b/botsrc/bot.h @@ -99,6 +99,8 @@ class Bot { int _world; int _robbed; int _smell; + std::string _robberLocation; + std::string _copHq; }; class SimpleSPGoal : public SPGoal{