Merge pull request #122 from mrshigure/thp

Matched thpmain, THPSimple, and THPDraw
This commit is contained in:
gamemasterplc 2024-01-18 15:30:44 -06:00 committed by GitHub
commit af807c2085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1121 additions and 9 deletions

View file

@ -352,9 +352,9 @@ config.libs = [
Object(Matching, "game/armem.c"),
Object(NonMatching, "game/chrman.c"),
Object(NonMatching, "game/mapspace.c"),
Object(NonMatching, "game/THPSimple.c"),
Object(NonMatching, "game/THPDraw.c"),
Object(NonMatching, "game/thpmain.c"),
Object(Matching, "game/THPSimple.c"),
Object(Matching, "game/THPDraw.c"),
Object(Matching, "game/thpmain.c"),
Object(NonMatching, "game/objsub.c"),
Object(Matching, "game/flag.c"),
Object(Matching, "game/saveload.c"),