OpenCPN Partial API docs
Loading...
Searching...
No Matches
safe_mode_gui.h
1
11#include <wx/window.h>
12
13#include "ocpn_platform.h"
14#include "model/safe_mode.h"
15
16namespace safe_mode {
17
22void check_last_start();
23
24} // namespace safe_mode
Safe mode GUI handling.
Definition safe_mode.cpp:37
void check_last_start()
Check if the last start failed, possibly invoke user dialog and set safe mode state.
OpenCPN Platform specific support utilities.
Safe mode non-gui handling.