mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-13 13:46:20 -04:00
11 lines
197 B
C
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
|