Split out data.c and decode.c

Also given symbols
This commit is contained in:
gamemasterplc 2023-11-22 09:30:35 -06:00
parent 3e16f21568
commit 5cb53ace31
3 changed files with 42 additions and 29 deletions

View file

@ -225,6 +225,7 @@ config.libs = [
Object(NonMatching, "game/main.c"),
Object(NonMatching, "game/pad.c"),
Object(NonMatching, "game/dvd.c"),
Object(NonMatching, "game/decode.c"),
Object(Matching, "game/malloc.c"),
Object(Matching, "game/memory.c"),
Object(NonMatching, "game/sprman.c"),