From bc9d1725c5cca89f43c8e314e6bb8088f75acf27 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 2 Feb 2025 15:08:42 +0500 Subject: feat: a base class for sets --- src/editor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor.hpp') 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 #include "package.hpp" -#include "tileset.hpp" +#include "sets/tileset.hpp" namespace silly::editor { struct NewTileState { -- cgit v1.2.3