OpenRCT2/src/openrct2/OpenRCT2.cpp

31 lines
1002 B
C++
Raw Normal View History

/*****************************************************************************
* Copyright (c) 2014-2023 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 };
2022-01-27 14:21:46 +01:00
u8string gCustomUserDataPath = {};
u8string gCustomOpenRCT2DataPath = {};
u8string gCustomRCT1DataPath = {};
u8string gCustomRCT2DataPath = {};
u8string gCustomPassword = {};
u8string gSilentRecordingName = {};
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;
PromptMode gSavePromptMode;