OpenCPN Partial API docs
Loading...
Searching...
No Matches
safe_mode_gui.h
1
8#include <wx/window.h>
9
10#include "OCPNPlatform.h"
11#include "model/safe_mode.h"
12
13namespace safe_mode {
14
19void check_last_start();
20
21} // namespace safe_mode
Safe mode handling.
Definition safe_mode.cpp:14
void check_last_start()
Check if the last start failed, possibly invoke user dialog and set safe mode state.