diff options
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
| -rw-r--r-- | src/game_tab/left_panel/GameTabLeftPanel.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game_tab/left_panel/GameTabLeftPanel.hpp b/src/game_tab/left_panel/GameTabLeftPanel.hpp index fe4176e..c012ddc 100644 --- a/src/game_tab/left_panel/GameTabLeftPanel.hpp +++ b/src/game_tab/left_panel/GameTabLeftPanel.hpp @@ -9,6 +9,10 @@ // Foreign events wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent); +/** + * @brief Panel that contains the BoardCanvas and the bottom control buttons + * + */ class GameTabLeftPanel : public TabGameLeftPanel { std::shared_ptr<Game> game; BoardCanvas *board_canvas; |
