summaryrefslogtreecommitdiff
path: root/src/level.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-02-02 15:08:42 +0500
committerilotterytea <iltsu@alright.party>2025-02-02 15:08:57 +0500
commitbc9d1725c5cca89f43c8e314e6bb8088f75acf27 (patch)
tree26acb17b7232bd2fb7d065299b2c2e0927247eeb /src/level.hpp
parent34f081520c754cc20c2ec929be7798fe3f3806e1 (diff)
feat: a base class for sets
Diffstat (limited to 'src/level.hpp')
-rw-r--r--src/level.hpp2
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 {