1
Fork 0
sm64/src/game/mario_actions_object.h

12 lines
255 B
C
Raw Normal View History

2020-06-02 12:44:34 -04:00
#ifndef MARIO_ACTIONS_OBJECT_H
#define MARIO_ACTIONS_OBJECT_H
2019-08-25 00:46:40 -04:00
2020-06-02 12:44:34 -04:00
#include <PR/ultratypes.h>
#include "types.h"
2019-08-25 00:46:40 -04:00
s32 mario_update_punch_sequence(struct MarioState *m);
s32 mario_execute_object_action(struct MarioState *m);
2020-06-02 12:44:34 -04:00
#endif // MARIO_ACTIONS_OBJECT_H