sm64pc/src/game/mario_actions_automatic.h

7 lines
170 B
C
Raw Normal View History

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