mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-29 07:23:01 +00:00
10 lines
212 B
C
10 lines
212 B
C
#ifndef MARIO_ACTIONS_AUTOMATIC_H
|
|
#define MARIO_ACTIONS_AUTOMATIC_H
|
|
|
|
#include <PR/ultratypes.h>
|
|
|
|
#include "types.h"
|
|
|
|
s32 mario_execute_automatic_action(struct MarioState *m);
|
|
|
|
#endif // MARIO_ACTIONS_AUTOMATIC_H
|