Matched game/board/shop
This commit is contained in:
parent
bf6d3e163f
commit
c2adb3827a
14 changed files with 1320 additions and 131 deletions
13
include/game/board/shop.h
Executable file
13
include/game/board/shop.h
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef _BOARD_SHOP_H
|
||||
#define _BOARD_SHOP_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
void BoardShopHostSet(s16 arg0);
|
||||
s16 BoardShopHostGet(void);
|
||||
void BoardShopInit(void);
|
||||
void BoardShopKill(void);
|
||||
void BoardShopExec(s32 player, s32 space);
|
||||
void BoardShopTutorialExec(s32 arg0);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue