marioparty4/include/game/board/start.h
2024-03-12 13:59:40 -07:00

6 lines
82 B
C
Executable file

#ifndef _BOARD_START_H
#define _BOARD_START_H
void BoardStartExec(void);
#endif