Removed botlib

This commit is contained in:
L 2023-01-31 01:28:35 +01:00
parent 6563e5056b
commit 768b5e9d43
2 changed files with 0 additions and 18 deletions

View file

@ -441,19 +441,6 @@ qboolean SV_inPVS (const vec3_t p1, const vec3_t p2);
void SV_WriteCGMToClient (client_t *client, msg_t *msg);
void SV_InitAllCGMessages ();
//
// 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 );
//
// sv_snd.c
//
@ -461,9 +448,6 @@ void SV_Sound( vec3_t *org, int entnum, int channel, const char *sound_name, flo
void SV_ClearSounds( client_t *client );
void SV_StopSound( int entnum, int channel );
int BotImport_DebugPolygonCreate(int color, int numPoints, vec3_t *points);
void BotImport_DebugPolygonDelete(int id);
//============================================================
//
// high level object sorting to reduce interaction tests

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "server.h"
#include "../botlib/botlib.h"
#include "../client/snd_public.h"
#include "../client/client.h"
#include <localization.h>
@ -34,7 +33,6 @@ int numDebugLines;
debugstring_t *DebugStrings;
int numDebugStrings;
botlib_export_t *botlib_export;
static int modelUserCount[ MAX_MODELS ];
void SV_GameError( const char *string ) {