Files
perfect-dark/src/include/game/botmgr.h
T

11 lines
197 B
C

#ifndef _IN_GAME_BOTMGR_H
#define _IN_GAME_BOTMGR_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
void botmgrRemoveAll(void);
void botmgrAllocateBot(s32 chrnum, s32 aibotnum);
#endif