X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=botsrc%2Fbot.h;h=2645ac0a8226d9bd8e8001abb5c0356929f28df6;hp=a5f469b580becc9b390b20b7dbbd9ca11ce92e03;hb=0802d5a4a639a7601f9e9d8a4d13836171c26bd1;hpb=87c4e6cccfbb55e5ac3f21f2787d54506f389dd4 diff --git a/botsrc/bot.h b/botsrc/bot.h index a5f469b..2645ac0 100644 --- a/botsrc/bot.h +++ b/botsrc/bot.h @@ -82,6 +82,7 @@ class Bot { void buildGraph(); void updateWorld(); virtual std::string turn() = 0; + virtual void preGamePreparations(){}; void move(std::string location); void getPlayers(); std::list shortestPath(const std::string& from, PlayerType type, const SPGoal& goal, bool reverse = false);