Did m443Dll/main.c and map.c

Did the includes for m443Dll/player.c
This commit is contained in:
dbalatoni13 2024-10-28 15:01:14 +01:00
parent 58fc9a2993
commit 4aa1710243
7 changed files with 1621 additions and 205 deletions

View file

@ -1143,8 +1143,8 @@ config.libs = [
Rel(
"m443Dll", # Mario Speedwagons
objects={
Object(NonMatching, "REL/m443Dll/main.c"),
Object(NonMatching, "REL/m443Dll/map.c"),
Object(Matching, "REL/m443Dll/main.c"),
Object(Matching, "REL/m443Dll/map.c"),
Object(NonMatching, "REL/m443Dll/player.c"),
},
),