diff options
| author | ilotterytea <iltsu@alright.party> | 2025-02-02 23:07:04 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-02-02 23:07:04 +0500 |
| commit | b345c36cafa8cddbc27d03c01ee851b0e0947db1 (patch) | |
| tree | 0947066310c2d6d48696b00e1852c0c6ed2061cf /src/sets | |
| parent | 58fdbd8edfbb85a06c6c4bc0edafa46faf0709ef (diff) | |
feat: "create a new package" window
Diffstat (limited to 'src/sets')
| -rw-r--r-- | src/sets/tileset.hpp | 2 |
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; |
