6 #include <wx/filename.h>
9 #include "model/base_platform.h"
11 #include "model/ocpn_utils.h"
12 #include "model/safe_mode.h"
17 static std::string SEP(
"\\");
19 static std::string SEP(
"/");
25 std::string check_file_path() {
28 path +=
"startcheck.dat";
32 void set_mode(
bool mode) {
34 g_bdisable_opengl = g_bdisable_opengl || mode;
Global variables reflecting command line options and arguments.
void clear_check()
Mark last run as successful.