OpenRCT2/src/openrct2/OpenRCT2.cpp

32 lines
1.1 KiB
C++
Raw Normal View History

/*****************************************************************************
2020-07-21 15:04:34 +02:00
* Copyright (c) 2014-2020 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
2016-12-11 02:15:07 +01:00
#include "OpenRCT2.h"
StartupAction gOpenRCT2StartupAction = StartupAction::Title;
2018-02-01 18:49:14 +01:00
utf8 gOpenRCT2StartupActionPath[512] = { 0 };
utf8 gExePath[MAX_PATH];
utf8 gCustomUserDataPath[MAX_PATH] = { 0 };
utf8 gCustomOpenRCT2DataPath[MAX_PATH] = { 0 };
utf8 gCustomRCT1DataPath[MAX_PATH] = { 0 };
2018-02-01 18:49:14 +01:00
utf8 gCustomRCT2DataPath[MAX_PATH] = { 0 };
utf8 gCustomPassword[MAX_PATH] = { 0 };
2020-03-31 23:12:35 +02:00
utf8 gSilentRecordingName[MAX_PATH] = { 0 };
2018-02-01 18:49:14 +01:00
bool gOpenRCT2Headless = false;
bool gOpenRCT2NoGraphics = false;
bool gOpenRCT2ShowChangelog;
bool gOpenRCT2SilentBreakpad;
2015-06-13 14:30:50 +02:00
uint32_t gCurrentDrawCount = 0;
uint8_t gScreenFlags;
uint32_t gScreenAge;
uint8_t gSavePromptMode;