Files
perfect-dark/src/include/game/game_000000.h
T
2019-10-08 23:38:45 +10:00

11 lines
217 B
C

#ifndef _IN_GAME_000000_H
#define _IN_GAME_000000_H
#include <ultra64.h>
#include "constants.h"
struct chrdata *chrFindById(struct chrdata *data, u8 chrnum);
s32 padResolve(struct chrdata *chr, s32 pad_id);
#endif