12 lines
498 B
Plaintext
12 lines
498 B
Plaintext
const string QUESTID_TEST = "Q1";
|
|
const string QUEST_GLOBAL_ALL = "GLOBAL";
|
|
const string QUESTID_DEMO = "QDEMO";
|
|
|
|
const string QUESTID_TUTORIAL_SKIN = "QT1";
|
|
const string QUESTID_TUTORIAL_APPLES_INTO_CERTIFICATES = "QT2";
|
|
const string QUESTID_TUTORIAL_CERTIFICATES = "QT3";
|
|
const string QUESTID_TUTORIAL_PIE = "QT4";
|
|
|
|
const int PERSIST_LOCAL_MARKERS = FALSE;
|
|
const int PERSIST_LOCAL_MARKERS_LAZY_INIT = TRUE; // Slight performance hit, as it will query the DB each time a variable is 0 or ""
|