]> ruin.nu Git - icfp05.git/blobdiff - bot/bot.h
reading evidence
[icfp05.git] / bot / bot.h
index 1c40b44214d8ae1eef0277e7796d37abc26c0d32..efe373f77ed5c26890e19d2cd2360310636559fd 100644 (file)
--- a/bot/bot.h
+++ b/bot/bot.h
@@ -98,6 +98,7 @@ class Bot {
        __gnu_cxx::hash_map<std::string, Intersection> _intersections;
        __gnu_cxx::hash_map<std::string, Player> _players;
        __gnu_cxx::hash_map<std::string, int> _banks;
+       std::map<int, std::string> _evidence;
        std::map<PlayerType, std::string> _playerTypeNames;
        std::map<std::string, PlayerType> _playerTypes;
        std::string _name;