Massive refactor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef MARIO_ACTIONS_OBJECT_H
|
||||
#define MARIO_ACTIONS_OBJECT_H
|
||||
|
||||
#include "../include/PR/ultratypes.h"
|
||||
|
||||
#include "../include/types.h"
|
||||
|
||||
s32 mario_update_punch_sequence(struct MarioState *m);
|
||||
s32 mario_execute_object_action(struct MarioState *m);
|
||||
|
||||
#endif // MARIO_ACTIONS_OBJECT_H
|
||||
Reference in New Issue
Block a user