Partially matched board/item
This commit is contained in:
parent
a40e6bce2f
commit
5bbdcd3eca
12 changed files with 1960 additions and 33 deletions
11
include/game/board/item.h
Executable file
11
include/game/board/item.h
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue