Fully match data.c

This commit is contained in:
gamemasterplc 2024-02-04 13:33:00 -06:00
parent 88ac4a463f
commit aeeb710115
2 changed files with 151 additions and 6 deletions

View file

@ -313,7 +313,7 @@ config.libs = [
Object(Matching, "game/main.c"),
Object(Matching, "game/pad.c"),
Object(Matching, "game/dvd.c"),
Object(NonMatching, "game/data.c"),
Object(Matching, "game/data.c"),
Object(Matching, "game/decode.c"),
Object(Matching, "game/font.c"),
Object(Matching, "game/init.c"),