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