Associate 3mf files on Windows

This commit is contained in:
Enrico Turri 2019-05-03 15:50:05 +02:00
parent d971c821b7
commit c62006048f
2 changed files with 70 additions and 0 deletions

View file

@ -178,6 +178,9 @@ private:
void window_pos_save(wxTopLevelWindow* window, const std::string &name);
void window_pos_restore(wxTopLevelWindow* window, const std::string &name, bool default_maximized = false);
void window_pos_sanitize(wxTopLevelWindow* window);
#ifdef __WXMSW__
void associate_3mf_files();
#endif // __WXMSW__
};
DECLARE_APP(GUI_App)