mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 13:41:15 +00:00
- Reduce scope on global strings - Size assert for LegoGameState (based on the constructor references only) - 1 -> TRUE for EnableFullScreenMovie
11 lines
174 B
C++
11 lines
174 B
C++
#include "define.h"
|
|
|
|
// 0x10101eac
|
|
const char *g_parseExtraTokens = ":;";
|
|
|
|
// 0x10101edc
|
|
const char *g_strWORLD = "WORLD";
|
|
|
|
// 0x10102040
|
|
const char *g_strACTION = "ACTION";
|