Match mpex.c
This commit is contained in:
parent
0094bfc212
commit
120cfa57a1
2 changed files with 1 additions and 2 deletions
|
|
@ -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"),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue