OpenCPN Partial API docs
Loading...
Searching...
No Matches
safe_mode.h
1
8#include <wx/window.h>
9
10#include "ocpn_utils.h"
11
12namespace safe_mode {
13
14extern bool safe_mode;
15
16std::string check_file_path();
17
18bool get_mode();
19
20void set_mode(bool mode);
21
23void clear_check();
24
25} // namespace safe_mode
Safe mode handling.
Definition safe_mode.cpp:14
void clear_check()
Mark last run as successful.
Definition safe_mode.cpp:39