getting there

This commit is contained in:
CreateSource 2024-01-04 10:25:54 -05:00
parent 811e20c0f6
commit 18a3903650
6 changed files with 374 additions and 14 deletions

View file

@ -29,7 +29,7 @@ void GWCoinsSet(int player, s16 value);
void GWCoinsAdd(int player, s16 amount);
void GWStarsSet(int player, s16 value);
void GWStarsAdd(int player, s16 amount);
s16 GWStarsGet(int player);
s32 GWStarsGet(int player);
void GWTotalStarsSet(s16 value);
void GWTotalStarsAdd(s16 amount);
u16 GWTotalStarsGet(void);