X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=bot%2Fbot.h;h=efe373f77ed5c26890e19d2cd2360310636559fd;hp=1c40b44214d8ae1eef0277e7796d37abc26c0d32;hb=c2b823beca5d24afbac2c0489837eb7ec93bfbd3;hpb=f4121d29718ebe595283200700956369776dbdca diff --git a/bot/bot.h b/bot/bot.h index 1c40b44..efe373f 100644 --- a/bot/bot.h +++ b/bot/bot.h @@ -98,6 +98,7 @@ class Bot { __gnu_cxx::hash_map _intersections; __gnu_cxx::hash_map _players; __gnu_cxx::hash_map _banks; + std::map _evidence; std::map _playerTypeNames; std::map _playerTypes; std::string _name;