diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 13:43:34 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 17:47:30 +0100 |
| commit | d481edb3619e251285c238c05f47a121ecd96df7 (patch) | |
| tree | ff81314fbcb75ad1272285b827b6c2e8f3ac694e /editor/editor.cpp | |
| parent | 58bf715b7932be0e6e611cbde0c6aa6fe82a6f70 (diff) | |
cmake: add targets for loader, serialize, draw
Diffstat (limited to 'editor/editor.cpp')
| -rw-r--r-- | editor/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp index e2690101..1ac4a887 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -1,5 +1,5 @@ #include "editor.hpp" -#include "src/loader.hpp" +#include "loader/loader.hpp" #include "tile-atlas.hpp" #include "src/world.hpp" #include "keys.hpp" |
