Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/game/mario_actions_airborne.h
7858 views
1
#ifndef MARIO_ACTIONS_AIRBORNE_H
2
#define MARIO_ACTIONS_AIRBORNE_H
3
4
#include <PR/ultratypes.h>
5
6
#include "types.h"
7
8
s32 mario_execute_airborne_action(struct MarioState *m);
9
10
#endif // MARIO_ACTIONS_AIRBORNE_H
11
12