From 5061dcba2ed7ea1a9c28cd34ecb51d40baadb9d9 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:57:43 +0000 Subject: * Your wish is my command, Amanieu --- src/server/server.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/server/server.h b/src/server/server.h index bdcd8729..eb3766e8 100644 --- a/src/server/server.h +++ b/src/server/server.h @@ -361,22 +361,6 @@ void SV_ShutdownGameProgs ( void ); void SV_RestartGameProgs( void ); qboolean SV_inPVS (const vec3_t p1, const vec3_t p2); -// -// sv_bot.c -// -void SV_BotFrame( int time ); -int SV_BotAllocateClient(void); -void SV_BotFreeClient( int clientNum ); - -void SV_BotInitCvars(void); -int SV_BotLibSetup( void ); -int SV_BotLibShutdown( void ); -int SV_BotGetSnapshotEntity( int client, int ent ); -int SV_BotGetConsoleMessage( int client, char *buf, int size ); - -int BotImport_DebugPolygonCreate(int color, int numPoints, vec3_t *points); -void BotImport_DebugPolygonDelete(int id); - //============================================================ // // high level object sorting to reduce interaction tests -- cgit