From b345c36cafa8cddbc27d03c01ee851b0e0947db1 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 2 Feb 2025 23:07:04 +0500 Subject: feat: "create a new package" window --- src/sets/tileset.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sets/tileset.hpp') diff --git a/src/sets/tileset.hpp b/src/sets/tileset.hpp index 8562e0f..0415969 100644 --- a/src/sets/tileset.hpp +++ b/src/sets/tileset.hpp @@ -57,6 +57,8 @@ namespace silly::editor { }))); } + void clear() { this->entries.clear(); } + std::string export_to_string() const { std::ostringstream oss; -- cgit v1.2.3