isle/LEGO1/define.cpp
MS 24c9f8b9ed
MxStillPresenter::ParseExtra (#248)
* MxStillPresenter::ParseExtra

* resolve clang-format complaints
2023-10-26 00:16:08 +02:00

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";