diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-09 14:43:54 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-09 14:43:54 +0100 |
| commit | 518edf6f3050022fa4d1a15d147efe6665459863 (patch) | |
| tree | 99bb53b970af942a0bef3f1801c9c2afaf1f73d1 /src/game_tab/right_panel/editor/EditorCanvas.hpp | |
| parent | 445cc09d01f8e3beeb406e175b5a98d6be58ea9a (diff) | |
Bind settings of the Editor (still ongoing)
Diffstat (limited to 'src/game_tab/right_panel/editor/EditorCanvas.hpp')
| -rw-r--r-- | src/game_tab/right_panel/editor/EditorCanvas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/right_panel/editor/EditorCanvas.hpp b/src/game_tab/right_panel/editor/EditorCanvas.hpp index 740a6a1..7fea474 100644 --- a/src/game_tab/right_panel/editor/EditorCanvas.hpp +++ b/src/game_tab/right_panel/editor/EditorCanvas.hpp @@ -31,6 +31,6 @@ public: void DrawElement(const cgeditor::Element &e); void HandleEvent(const cgeditor::Event &e); void SetMoves(HalfMove *moves, HalfMove *current); - + void ApplyPreferences(); DECLARE_EVENT_TABLE() }; |
