Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
src
game
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
6
s32
mario_execute_airborne_action
(
struct
MarioState
*
m
);
7
8
#endif
/* _MARIO_ACTIONS_AIRBORNE_H */
MarioState
Definition:
types.h:238
mario_execute_airborne_action
s32 mario_execute_airborne_action(struct MarioState *m)
Definition:
mario_actions_airborne.c:1833
first-diff.m
def m
Definition:
first-diff.py:153
s32
signed int s32
Definition:
ultratypes.h:15
Generated by
1.8.13