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