isle-portable/LEGO1/define.h
2024-03-12 14:59:39 -04:00

13 lines
278 B
C

#ifndef DEFINE_H
#define DEFINE_H
#include "mxtypes.h"
extern const char* g_parseExtraTokens;
extern const char* g_strWORLD;
extern const char* g_strSOUND;
extern const char* g_strOBJECT;
extern const char* g_strACTION;
extern const char* g_strVISIBILITY;
#endif // DEFINE_H