10 lines
208 B
C
10 lines
208 B
C
#ifndef MARIO_ACTIONS_AIRBORNE_H
|
|
#define MARIO_ACTIONS_AIRBORNE_H
|
|
|
|
#include <PR/ultratypes.h>
|
|
|
|
#include "types.h"
|
|
|
|
s32 mario_execute_airborne_action(struct MarioState *m);
|
|
|
|
#endif // MARIO_ACTIONS_AIRBORNE_H
|