10 lines
190 B
C
Executable file
10 lines
190 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 BoardItemBagItemSet(s16 *arg0);
|
|
|
|
#endif
|