Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
mario_actions_airborne.h
Go to the documentation of this file.
1 #ifndef _MARIO_ACTIONS_AIRBORNE_H
2 #define _MARIO_ACTIONS_AIRBORNE_H
3 
4 struct MarioState;
5 
7 
8 #endif /* _MARIO_ACTIONS_AIRBORNE_H */
Definition: types.h:238
s32 mario_execute_airborne_action(struct MarioState *m)
Definition: mario_actions_airborne.c:1833
def m
Definition: first-diff.py:153
signed int s32
Definition: ultratypes.h:15