Initial commit

This commit is contained in:
Mike Rubits
2023-08-07 14:47:28 -05:00
commit 60f29560f3
438 changed files with 317574 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
// Copyright (c) ZeniMax Media Inc.
// Licensed under the GNU General Public License 2.0.
#include "../g_local.h"
#include "bot_think.h"
/*
================
Bot_BeginFrame
================
*/
void Bot_BeginFrame( edict_t * bot ) {
}
/*
================
Bot_EndFrame
================
*/
void Bot_EndFrame( edict_t * bot ) {
}