sm64pc/src/game/mario_actions_moving.h

13 lines
239 B
C
Raw Permalink Normal View History

2019-08-25 04:46:40 +00:00
#ifndef _MARIO_ACTIONS_MOVING
#define _MARIO_ACTIONS_MOVING
struct MarioState;
2020-03-02 03:42:52 +00:00
void play_step_sound(struct MarioState *m, s16 arg1, s16 arg2);
2019-08-25 04:46:40 +00:00
s32 mario_execute_moving_action(struct MarioState *m);
#endif /* _MARIO_ACTIONS_MOVING */