Match mpex.c

This commit is contained in:
gamemasterplc 2024-10-29 15:39:57 -05:00
parent 0094bfc212
commit 120cfa57a1
2 changed files with 1 additions and 2 deletions

View file

@ -1325,7 +1325,7 @@ config.libs = [
"mpexDll", "mpexDll",
objects={ objects={
Object(Matching, "REL/mpexDll/main.c"), Object(Matching, "REL/mpexDll/main.c"),
Object(NonMatching, "REL/mpexDll/mpex.c"), Object(Matching, "REL/mpexDll/mpex.c"),
Object(Matching, "REL/mpexDll/charsel.c"), Object(Matching, "REL/mpexDll/charsel.c"),
Object(Matching, "REL/mpexDll/mgname.c"), Object(Matching, "REL/mpexDll/mgname.c"),
}, },

View file

@ -1,5 +1,4 @@
#include "ext_math.h" #include "ext_math.h"
#include "game/audio.h"
#include "game/board/main.h" #include "game/board/main.h"
#include "game/chrman.h" #include "game/chrman.h"
#include "game/esprite.h" #include "game/esprite.h"