mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 13:41:15 +00:00
17 lines
280 B
C++
17 lines
280 B
C++
#include "define.h"
|
|
|
|
// 0x100f3be8
|
|
const char *g_str_enable = "enable";
|
|
|
|
// 0x100f3bf4
|
|
const char *g_str_disable = "disable";
|
|
|
|
// 0x10101eac
|
|
const char *g_parseExtraTokens = ":;";
|
|
|
|
// 0x10101edc
|
|
const char *g_strWORLD = "WORLD";
|
|
|
|
// 0x10102040
|
|
const char *g_strACTION = "ACTION";
|