diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
commit | 999f1bb049553207a89a998b48d9e214f255b108 (patch) | |
tree | f19e9f9f53eff02026ddb9bda11aedcf77074220 /editor/editor.hpp | |
parent | 1b6897ef91e7a82319a295d5f30a796bdc3a6db1 (diff) |
scenery wip
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r-- | editor/editor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp index e0c4f848..1bbc3a89 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -27,6 +27,8 @@ struct editor final tile_editor* current_tile_editor() noexcept; const tile_editor* current_tile_editor() const noexcept; + scenery_editor* current_scenery_editor() noexcept; + const scenery_editor* current_scenery_editor() const noexcept; enum class button : unsigned char { none, place, remove, }; |