mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
a01bcf5241
* Insert newline at EOF * Fix formatting
8 lines
157 B
C
8 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
|