isle-portable/LEGO1/define.h
Christian Semmler a01bcf5241
(clang-format) Insert newline at end of file (#247)
* Insert newline at EOF

* Fix formatting
2023-10-25 11:51:59 -07:00

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