mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
13 lines
295 B
C
13 lines
295 B
C
#ifndef IN_GAME_GAME_005FD0_H
|
|
#define IN_GAME_GAME_005FD0_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
bool func0f005fd0(s32 arg0);
|
|
s32 chrChooseFootstepSound(struct chrdata *chr, u32 arg1);
|
|
void func0f0061dc(struct chrdata *chr);
|
|
void func0f006520(struct chrdata *chr);
|
|
|
|
#endif
|