marioparty4/include/game/board/basic_space.h
2024-01-07 11:33:50 -06:00

12 lines
247 B
C

#ifndef _BOARD_BASIC_SPACE_H
#define _BOARD_BASIC_SPACE_H
#include "dolphin.h"
void BoardEventLandBlue(s32, s16);
void BoardEventLandRed(s32, s16);
s8 BoardCoinChgCreate(Vec*, s8);
s32 BoardCoinChgExist(s32);
void BoardCoinChgHide(s32);
#endif