X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fapi.qh;h=64957b92e09c0b7ea7b26e8955cebcc3e784a60f;hp=9c525892f952cc9d26d7d8faabc6679a0b111153;hb=ed273c1ef193543bfbba462c574a1bc6e18d83b3;hpb=2e2557d4f7fcbf008ec437fa3dfc98ded3c8f488 diff --git a/qcsrc/server/bot/api.qh b/qcsrc/server/bot/api.qh index 9c525892f..64957b92e 100644 --- a/qcsrc/server/bot/api.qh +++ b/qcsrc/server/bot/api.qh @@ -1,6 +1,6 @@ #pragma once -#include +#include const int WAYPOINTFLAG_GENERATED = BIT(23); const int WAYPOINTFLAG_ITEM = BIT(22); @@ -63,7 +63,6 @@ void bot_think(entity this); entity find_bot_by_name(string name); entity find_bot_by_number(float number); -void havocbot_goalrating_controlpoints(entity this, float ratingscale, vector org, float sradius); void havocbot_goalrating_enemyplayers(entity this, float ratingscale, vector org, float sradius); void havocbot_goalrating_items(entity this, float ratingscale, vector org, float sradius);