mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-14 14:07:56 -04:00
12 lines
272 B
C
12 lines
272 B
C
#ifndef IN_GAME_FOOTSTEP_H
|
|
#define IN_GAME_FOOTSTEP_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
s32 footstepChooseSound(struct chrdata *chr, s32 index);
|
|
void footstepCheckDefault(struct chrdata *chr);
|
|
void footstepCheckMagic(struct chrdata *chr);
|
|
|
|
#endif
|