isle/LEGO1/define.h
2023-09-29 15:56:13 -04:00

10 lines
223 B
C

#ifndef DEFINE_H
#define DEFINE_H
extern const char *g_str_enable;
extern const char *g_str_disable;
extern const char *g_parseExtraTokens;
extern const char *g_strWORLD;
extern const char *g_strACTION;
#endif // DEFINE_H