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/level.hpp | |
| parent | 34f081520c754cc20c2ec929be7798fe3f3806e1 (diff) | |
feat: a base class for sets
Diffstat (limited to 'src/level.hpp')
| -rw-r--r-- | src/level.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/level.hpp b/src/level.hpp index 5fbb19b..711a884 100644 --- a/src/level.hpp +++ b/src/level.hpp @@ -6,7 +6,7 @@ #include <string> #include <vector> -#include "tileset.hpp" +#include "sets/tileset.hpp" namespace silly::editor { struct Tile { |
