diff options
| author | ilotterytea <iltsu@alright.party> | 2025-02-02 15:08:42 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-02-02 15:08:57 +0500 |
| commit | bc9d1725c5cca89f43c8e314e6bb8088f75acf27 (patch) | |
| tree | 26acb17b7232bd2fb7d065299b2c2e0927247eeb /src/editor.hpp | |
| parent | 34f081520c754cc20c2ec929be7798fe3f3806e1 (diff) | |
feat: a base class for sets
Diffstat (limited to 'src/editor.hpp')
| -rw-r--r-- | src/editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.hpp b/src/editor.hpp index 02e7d22..a92a6ca 100644 --- a/src/editor.hpp +++ b/src/editor.hpp @@ -9,7 +9,7 @@ #include <string> #include "package.hpp" -#include "tileset.hpp" +#include "sets/tileset.hpp" namespace silly::editor { struct NewTileState { |
