Merge pull request #429 from gamemasterplc/main

Match mpex.c
This commit is contained in:
Liam Coleman 2024-10-29 15:41:32 -05:00 committed by GitHub
commit cb2de71453
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -1325,7 +1325,7 @@ config.libs = [
"mpexDll",
objects={
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/mgname.c"),
},

View file

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