aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/right_panel/editor/EditorCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/right_panel/editor/EditorCanvas.hpp')
-rw-r--r--src/game_tab/right_panel/editor/EditorCanvas.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game_tab/right_panel/editor/EditorCanvas.hpp b/src/game_tab/right_panel/editor/EditorCanvas.hpp
index 7fea474..bf3a0ee 100644
--- a/src/game_tab/right_panel/editor/EditorCanvas.hpp
+++ b/src/game_tab/right_panel/editor/EditorCanvas.hpp
@@ -9,6 +9,10 @@
// Foreign events
wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent);
+/**
+ * @brief Contains the moves editor for the currently opened game
+ *
+ */
class EditorCanvas : public wxPanel, public cgeditor::CGEditor {
wxPaintDC *dc;
wxPoint Middle(cgeditor::Element e);