Merge pull request #340 from gamemasterplc/main

Match board/player.c
This commit is contained in:
Liam Coleman 2024-06-08 23:42:04 -05:00 committed by GitHub
commit 9dbe4603f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -391,7 +391,7 @@ config.libs = [
Object(Matching, "game/saveload.c"),
Object(Matching, "game/sreset.c"),
Object(Matching, "game/board/main.c"),
Object(NonMatching, "game/board/player.c"),
Object(Matching, "game/board/player.c"),
Object(Matching, "game/board/model.c"),
Object(Matching, "game/board/window.c"),
Object(Matching, "game/board/audio.c"),

View file

@ -5,7 +5,6 @@
void BoardItemStart(s32 arg0, s32 arg1);
BOOL BoardItemDoneCheck(void);
void BoardItemPlayerRestore(s32 arg0, s32 arg1);
void BoardItemBagItemSet(s16 *arg0);
#endif