Split to board stuff
This commit is contained in:
parent
4d236bc254
commit
539079e05c
8 changed files with 801 additions and 418 deletions
20
configure.py
20
configure.py
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue