mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-16 14:30:22 -04:00
11 lines
217 B
C
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
|