8 lines
No EOL
128 B
C
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 |