summaryrefslogtreecommitdiffhomepage
path: root/main/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/editor.hpp')
-rw-r--r--main/editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/editor.hpp b/main/editor.hpp
index c156d0b9..28ba153c 100644
--- a/main/editor.hpp
+++ b/main/editor.hpp
@@ -37,6 +37,7 @@ struct tile_type final
void select_tile_permutation(const std::shared_ptr<tile_atlas>& atlas);
bool is_tile_selected(const std::shared_ptr<const tile_atlas>& atlas, std::size_t variant) const;
bool is_permutation_selected(const std::shared_ptr<const tile_atlas>& atlas) const;
+ bool is_atlas_selected(const std::shared_ptr<const tile_atlas>& atlas) const;
tile_image get_selected();
void place_tile(world& world, global_coords pos, tile_image& img);