marioparty4/include/game/board/fortune.h
2025-04-13 04:28:21 +02:00

8 lines
No EOL
131 B
C

#ifndef _BOARD_FORTUNE_H
#define _BOARD_FORTUNE_H
#include "game/process.h"
void BoardFortuneExec(s32 player, s32 space);
#endif