sm64pc/src/game/mario_actions_airborne.h

9 lines
186 B
C
Raw Permalink Normal View History

2019-08-25 04:46:40 +00:00
#ifndef _MARIO_ACTIONS_AIRBORNE_H
#define _MARIO_ACTIONS_AIRBORNE_H
struct MarioState;
s32 mario_execute_airborne_action(struct MarioState *m);
#endif /* _MARIO_ACTIONS_AIRBORNE_H */