summaryrefslogtreecommitdiffhomepage
path: root/editor/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index 1bbc3a89..eac544ad 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -36,6 +36,7 @@ struct editor final
void on_click_(world& world, global_coords pos, button b);
void on_mouse_move(world& world, global_coords& pos, int modifiers);
void on_release();
+ void clear_selection();
editor();
editor(editor&&) noexcept = default;