Matched board/audio and board/com

This commit is contained in:
mrshigure 2024-02-06 01:20:55 -08:00
parent 3cc03de886
commit 0b15daba5a
9 changed files with 897 additions and 7 deletions

View file

@ -363,8 +363,8 @@ config.libs = [
Object(NonMatching, "game/board/player.c"),
Object(Matching, "game/board/model.c"),
Object(Matching, "game/board/window.c"),
Object(NonMatching, "game/board/audio.c"),
Object(NonMatching, "game/board/com.c"),
Object(Matching, "game/board/audio.c"),
Object(Matching, "game/board/com.c"),
Object(NonMatching, "game/board/view.c"),
Object(NonMatching, "game/board/space.c"),
Object(NonMatching, "game/board/shop.c"),