mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-07-03 02:37:39 +00:00
Improve documentation
This commit is contained in:
parent
055410c0e0
commit
617f2b01b2
23 changed files with 173 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue