mark functions static (#4010)
This commit is contained in:
parent
f0e24f9a46
commit
bbd9f02d08
7 changed files with 43 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue