mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-24 00:44:21 +00:00
9 lines
157 B
C
9 lines
157 B
C
#ifndef DEFINE_H
|
|
#define DEFINE_H
|
|
|
|
extern const char* g_parseExtraTokens;
|
|
extern const char* g_strWORLD;
|
|
extern const char* g_strACTION;
|
|
|
|
#endif // DEFINE_H
|