Split and Add Symbols to Sprite Translation Units

This commit is contained in:
gamemasterplc 2023-11-22 08:18:05 -06:00
parent c059fed815
commit 2e6017ef93
3 changed files with 76 additions and 57 deletions

View file

@ -224,6 +224,8 @@ config.libs = [
"objects": [
Object(Matching, "game/malloc.c"),
Object(Matching, "game/memory.c"),
Object(NonMatching, "game/sprman.c"),
Object(NonMatching, "game/sprput.c"),
],
},
{