Fix build

This commit is contained in:
gamemasterplc 2024-01-07 17:17:44 -06:00
parent a22158db45
commit 97c166dcaf
3 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
#include "dolphin.h"
void BoardEventLandBlue(s32, s16);
void BoardEventLandRed(s32, s16);
void BoardEventLandBlue(s32, s32);
void BoardEventLandRed(s32, s32);
s8 BoardCoinChgCreate(Vec*, s8);
s32 BoardCoinChgExist(s32);
void BoardCoinChgHide(s32);