X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bot%2Fbot.h;fp=bot%2Fbot.h;h=483cfd5f6418e4850e91312319cd2d034c05e816;hb=9363db6b1b8322c4f424ce44db173f251336066e;hp=416fe63a000e9ee68f9f0998a2023266c6048f4c;hpb=dc67a266d0011df3e82a5c7231d12a52d01dfc39;p=icfp05.git diff --git a/bot/bot.h b/bot/bot.h index 416fe63..483cfd5 100644 --- a/bot/bot.h +++ b/bot/bot.h @@ -66,6 +66,7 @@ class Bot { void updateWorld(); virtual std::string turn(); void move(std::string location); + std::vector shortestPath(std::string from, std::string to, std::string type); __gnu_cxx::hash_map _intersections; __gnu_cxx::hash_map _players;