diff options
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/server.h | 16 |
1 files changed, 0 insertions, 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 |