mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve pawn promotion code
This commit is contained in:
parent
840e68807c
commit
b9aa1085df
6 changed files with 48 additions and 11 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
void OnPlay(wxCommandEvent &event);
|
||||
void OnGotoMove(wxCommandEvent &event);
|
||||
void OnRefreshBoard(wxCommandEvent &event);
|
||||
void OnPromote(wxCommandEvent &event);
|
||||
void ApplyPreferences();
|
||||
void SetSaveToolEnable(bool state){game_toolbar->EnableTool(0,state);};
|
||||
void SetEngineArrows(std::vector<std::string> arrows);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue