mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2026-03-20 00:49:33 +01:00
Initial commit
This commit is contained in:
23
rerelease/bots/bot_think.cpp
Normal file
23
rerelease/bots/bot_think.cpp
Normal 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 ) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user