Update basic_space.h

This commit is contained in:
CreateSource 2024-01-01 18:06:15 -05:00 committed by GitHub
parent 10be2121dd
commit fdea62ac4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,4 +9,10 @@
extern Process *boardObjMan;
void BoardEventLandBlue(s32, s16);
void BoardEventLandRed(s32, s16);
s8 BoardCoinChgCreate(Vec*, s8);
s32 BoardCoinChgExist(s32);
void BoardCoinChgHide(s32);
#endif