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