11 lines
239 B
C
Executable file
11 lines
239 B
C
Executable file
#ifndef _BOARD_ITEM_H
|
|
#define _BOARD_ITEM_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void BoardItemStart(s32 arg0, s32 arg1);
|
|
BOOL BoardItemDoneCheck(void);
|
|
void BoardItemPlayerRestore(s32 arg0, s32 arg1);
|
|
void BoardItemBagItemSet(s16 *arg0);
|
|
|
|
#endif
|