Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/game/mario_actions_automatic.h
7858 views
1
#ifndef MARIO_ACTIONS_AUTOMATIC_H
2
#define MARIO_ACTIONS_AUTOMATIC_H
3
4
#include <PR/ultratypes.h>
5
6
#include "types.h"
7
8
s32 mario_execute_automatic_action(struct MarioState *m);
9
10
#endif // MARIO_ACTIONS_AUTOMATIC_H
11
12