From 0802d5a4a639a7601f9e9d8a4d13836171c26bd1 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Mon, 27 Jun 2005 10:01:24 +0000 Subject: [PATCH] release --- botsrc/bot.h | 1 + copsrc/copsrc.pro | 3 ++- robbersrc/robbersrc.pro | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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); diff --git a/copsrc/copsrc.pro b/copsrc/copsrc.pro index b1ae074..3ef1292 100644 --- a/copsrc/copsrc.pro +++ b/copsrc/copsrc.pro @@ -5,9 +5,10 @@ TEMPLATE = app INCLUDEPATH += ../botsrc CONFIG -= qt -CONFIG += debug +#CONFIG += debug unix:LIBS += -lm TARGET = ../cop +QMAKE_CFLAGS_RELEASE += -march=athlon-xp # Input diff --git a/robbersrc/robbersrc.pro b/robbersrc/robbersrc.pro index 5afe115..525f42b 100644 --- a/robbersrc/robbersrc.pro +++ b/robbersrc/robbersrc.pro @@ -5,9 +5,10 @@ TEMPLATE = app INCLUDEPATH += ../botsrc CONFIG -= qt -CONFIG += debug +#CONFIG += debug unix:LIBS += -lm TARGET = ../robber +QMAKE_CFLAGS_RELEASE += -march=athlon-xp # Input -- 2.39.2