Split hsfload.c and hsfdraw.c

This commit is contained in:
gamemasterplc 2023-11-24 19:51:30 -06:00
parent c6a0351e2c
commit 401e41bb9f
3 changed files with 297 additions and 281 deletions

View file

@ -243,6 +243,8 @@ config.libs = [
Object(Matching, "game/process.c"),
Object(NonMatching, "game/sprman.c"),
Object(NonMatching, "game/sprput.c"),
Object(NonMatching, "game/hsfload.c"),
Object(NonMatching, "game/hsfdraw.c"),
Object(Matching, "game/ovllist.c"),
],
},