Added "Keyboard Shortcuts" dialog

This commit is contained in:
YuSanka 2018-12-19 13:06:24 +01:00
parent 354458ae73
commit 661086554a
6 changed files with 198 additions and 0 deletions

View file

@ -115,6 +115,7 @@ public:
void recreate_GUI();
void system_info();
void keyboard_shortcuts();
void load_project(wxWindow *parent, wxString& input_file);
void import_model(wxWindow *parent, wxArrayString& input_files);
static bool catch_error(std::function<void()> cb,