mark functions static (#4010)

This commit is contained in:
Ludwig Nussel 2009-05-08 09:48:45 +00:00
parent f0e24f9a46
commit bbd9f02d08
7 changed files with 43 additions and 43 deletions

View file

@ -394,6 +394,8 @@ int SV_BotGetConsoleMessage( int client, char *buf, int size );
int BotImport_DebugPolygonCreate(int color, int numPoints, vec3_t *points);
void BotImport_DebugPolygonDelete(int id);
void SV_BotInitBotLib(void);
//============================================================
//
// high level object sorting to reduce interaction tests