mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 21:21:16 +00:00
- Reduce scope on global strings - Size assert for LegoGameState (based on the constructor references only) - 1 -> TRUE for EnableFullScreenMovie
8 lines
156 B
C
8 lines
156 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
|