Split to board stuff

This commit is contained in:
gamemasterplc 2024-11-15 19:54:18 -06:00
parent 4d236bc254
commit 539079e05c
8 changed files with 801 additions and 418 deletions

View file

@ -410,18 +410,18 @@ config.libs = [
Object(Matching, "game/ShapeExec.c"),
Object(Matching, "game/wipe.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/window.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/messdata.c"),
Object(Matching, "game/messdata.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/card.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/armem.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/chrman.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/mapspace.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/THPSimple.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/THPDraw.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/thpmain.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/objsub.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/flag.c"),
Object(Matching, "game/armem.c"),
Object(Matching, "game/chrman.c"),
Object(Matching, "game/mapspace.c"),
Object(Matching, "game/THPSimple.c"),
Object(Matching, "game/THPDraw.c"),
Object(Matching, "game/thpmain.c"),
Object(Matching, "game/objsub.c"),
Object(Matching, "game/flag.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/saveload.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/sreset.c"),
Object(Matching, "game/sreset.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/player.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/model.c"),