From 4d9a82b720c8ce74b94f43f72ddd819ef21abbdf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 18 Mar 2023 23:42:07 +0100 Subject: pre-declare integer types without cstddef/cstdint --- editor/tile-editor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/tile-editor.hpp') diff --git a/editor/tile-editor.hpp b/editor/tile-editor.hpp index 5f2b00d6..321b75c6 100644 --- a/editor/tile-editor.hpp +++ b/editor/tile-editor.hpp @@ -48,9 +48,9 @@ public: editor_wall_rotation rotation() const noexcept { return _rotation; } void clear_selection(); - void select_tile(const std::shared_ptr& atlas, std::size_t variant); + void select_tile(const std::shared_ptr& atlas, size_t variant); void select_tile_permutation(const std::shared_ptr& atlas); - bool is_tile_selected(const std::shared_ptr& atlas, std::size_t variant) const; + bool is_tile_selected(const std::shared_ptr& atlas, size_t variant) const; bool is_permutation_selected(const std::shared_ptr& atlas) const; bool is_atlas_selected(const std::shared_ptr& atlas) const; bool is_anything_selected() const; -- cgit v1.2.3