Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
src
game
mario_actions_automatic.h
Go to the documentation of this file.
1
#ifndef _MARIO_ACTIONS_AUTOMATIC_H
2
#define _MARIO_ACTIONS_AUTOMATIC_H
3
4
s32
mario_execute_automatic_action
(
struct
MarioState
*
m
);
5
6
#endif
/* _MARIO_ACTIONS_AUTOMATIC_H */
MarioState
Definition:
types.h:238
first-diff.m
def m
Definition:
first-diff.py:153
mario_execute_automatic_action
s32 mario_execute_automatic_action(struct MarioState *m)
Definition:
mario_actions_automatic.c:762
s32
signed int s32
Definition:
ultratypes.h:15
Generated by
1.8.13