isle-portable/LEGO1/define.h

15 lines
311 B
C
Raw Normal View History

#ifndef DEFINE_H
#define DEFINE_H
#include "mxtypes.h"
extern MxS32 g_mxcoreCount[101];
2023-10-24 19:38:27 -04:00
extern const char* g_parseExtraTokens;
extern const char* g_strWORLD;
extern const char* g_strSOUND;
extern const char* g_strOBJECT;
2023-10-24 19:38:27 -04:00
extern const char* g_strACTION;
extern const char* g_strVISIBILITY;
#endif // DEFINE_H