29#include <wx/filename.h>
40static std::string SEP(
"\\");
42static std::string SEP(
"/");
50 path +=
"startcheck.dat";
54void SetMode(
bool mode) {
56 g_bdisable_opengl = g_bdisable_opengl || mode;
Global variables reflecting command line options and arguments.
void MarkStartAsOk()
Mark last run as successful.
bool GetMode()
Return true if we are running in safe mode.
std::string CheckFilePath()
Return path to file created when start is commenced and removed when completed.
Miscellaneous utilities, many of which string related.
Safe mode non-gui handling.