marioparty4/include/game/board/basic_space.h
2023-12-31 23:31:44 -06:00

14 lines
No EOL
292 B
C

#include "common.h"
#include "math.h"
#include "game/process.h"
#include "game/audio.h"
#include "game/object.h"
extern Process *boardObjMan;
void BoardEventLandBlue(s32);
void BoardEventLandRed(s32);
s8 BoardCoinChgCreate(Vec*, s8);
s32 BoardCoinChgExist(s32);
void BoardCoinChgHide(s32);