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

8 lines
No EOL
128 B
C

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