bot_think.h 179 B

12345678
  1. // Copyright (c) ZeniMax Media Inc.
  2. // Licensed under the GNU General Public License 2.0.
  3. #pragma once
  4. void Bot_BeginFrame( edict_t * bot );
  5. void Bot_EndFrame( edict_t * bot );