diff options
Diffstat (limited to 'src/preferences/BoardPrefs.hpp')
| -rw-r--r-- | src/preferences/BoardPrefs.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/preferences/BoardPrefs.hpp b/src/preferences/BoardPrefs.hpp index f801817..ce975f3 100644 --- a/src/preferences/BoardPrefs.hpp +++ b/src/preferences/BoardPrefs.hpp @@ -7,6 +7,10 @@ #include <wx/spinctrl.h> #include <wx/stdpaths.h> +/** + * @brief Configuration page for the BoardCanvas + * + */ class BoardPrefsPanel : public PrefsBoard { BoardCanvas *real_board_canvas; wxFileName pieces_path; @@ -101,6 +105,10 @@ public: } }; +/** + * @brief Interface for wxWidgets to load BoardPrefsPanel into the preference window + * + */ class BoardPrefs : public wxPreferencesPage { public: virtual wxString GetName() const { return "Board"; } |
