mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-06 20:42:38 -04:00
13 lines
200 B
C
13 lines
200 B
C
#ifndef IN_GAME_CHRMGR_H
|
|
#define IN_GAME_CHRMGR_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void chrmgrReset(void);
|
|
void chrmgrConfigure(s32 numchrs);
|
|
|
|
void chrmgrStop(void);
|
|
|
|
#endif
|