diff options
Diffstat (limited to 'src/engine_tab/EngineTab.hpp')
| -rw-r--r-- | src/engine_tab/EngineTab.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp index 065d7f5..00b45b5 100644 --- a/src/engine_tab/EngineTab.hpp +++ b/src/engine_tab/EngineTab.hpp @@ -6,6 +6,10 @@ wxDECLARE_EVENT(CLOSE_TAB_EVENT, wxCommandEvent); wxDECLARE_EVENT(REFRESH_ENGINE_LIST, wxCommandEvent); wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); +/** + * @brief Tab used to configure UCI chess engines + * + */ class EngineTab : public TabEngine, public TabInfos { std::string confGroup, enginePath; uciadapter::UCI *engine; |
