13 lines
278 B
C
Executable file
13 lines
278 B
C
Executable file
#ifndef _BOARD_LOTTERY_H
|
|
#define _BOARD_LOTTERY_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void BoardLotteryHostSet(s16 arg0);
|
|
s16 BoardLotteryHostGet(void);
|
|
void BoardLotteryExec(void);
|
|
void BoardLotteryInit(void);
|
|
void BoardLotteryKill(void);
|
|
void BoardLotteryTutorialExec(void);
|
|
|
|
#endif
|