mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
12 lines
248 B
C
12 lines
248 B
C
#ifndef DEFINE_H
|
|
#define DEFINE_H
|
|
|
|
#include "mxtypes.h"
|
|
|
|
extern MxU32 g_mxcoreCount[101];
|
|
extern const char* g_parseExtraTokens;
|
|
extern const char* g_strWORLD;
|
|
extern const char* g_strACTION;
|
|
extern const char* g_strVISIBILITY;
|
|
|
|
#endif // DEFINE_H
|