Add objsub.c and objsub.h

This commit is contained in:
darxoon 2024-01-28 02:37:05 +01:00
parent 81c6a1b4d6
commit f4d7c588c7
10 changed files with 1322 additions and 11 deletions

View file

@ -355,7 +355,7 @@ config.libs = [
Object(Matching, "game/THPSimple.c"),
Object(Matching, "game/THPDraw.c"),
Object(Matching, "game/thpmain.c"),
Object(NonMatching, "game/objsub.c"),
Object(Matching, "game/objsub.c"),
Object(Matching, "game/flag.c"),
Object(Matching, "game/saveload.c"),
Object(NonMatching, "game/sreset.c"),