Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
mario_actions_moving.h
Go to the documentation of this file.
1 #ifndef _MARIO_ACTIONS_MOVING
2 #define _MARIO_ACTIONS_MOVING
3 
4 
5 struct MarioState;
6 
7 
8 void func_80263AD4(struct MarioState *m, s16 arg1, s16 arg2);
10 
11 
12 #endif /* _MARIO_ACTIONS_MOVING */
signed short int s16
Definition: ultratypes.h:13
void func_80263AD4(struct MarioState *m, s16 arg1, s16 arg2)
Definition: mario_actions_moving.c:69
Definition: types.h:238
def m
Definition: first-diff.py:153
s32 mario_execute_moving_action(struct MarioState *m)
Definition: mario_actions_moving.c:1766
signed int s32
Definition: ultratypes.h:15