]> ruin.nu Git - icfp05.git/blobdiff - botsrc/bot.h
release
[icfp05.git] / botsrc / bot.h
index a5f469b580becc9b390b20b7dbbd9ca11ce92e03..2645ac0a8226d9bd8e8001abb5c0356929f28df6 100644 (file)
@@ -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<std::string> shortestPath(const std::string& from, PlayerType type, const SPGoal& goal, bool reverse = false);