mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
24c9f8b9ed
* MxStillPresenter::ParseExtra * resolve clang-format complaints
13 lines
233 B
C++
13 lines
233 B
C++
#include "define.h"
|
|
|
|
// 0x10101eac
|
|
const char* g_parseExtraTokens = ":;";
|
|
|
|
// 0x10101edc
|
|
const char* g_strWORLD = "WORLD";
|
|
|
|
// 0x10102040
|
|
const char* g_strACTION = "ACTION";
|
|
|
|
// 0x101020cc
|
|
const char* g_strVISIBILITY = "VISIBILITY";
|