summaryrefslogtreecommitdiff
path: root/src/sets/tileset.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sets/tileset.hpp')
-rw-r--r--src/sets/tileset.hpp2
1 files changed, 2 insertions, 0 deletions
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;