diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-07 15:26:41 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-09 05:08:49 +0100 |
commit | 108e9e17dbee028eeb8530f99b1167b7c30c01ae (patch) | |
tree | a98ef36f509a8b91ce7699b6268be0c72acb1b57 | |
parent | b16dea7c2fa9a4138a1f7cf45822cf5372294432 (diff) |
wipshit
-rw-r--r-- | serialize/tile.cpp | 1 | ||||
-rw-r--r-- | serialize/tile.hpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/serialize/tile.cpp b/serialize/tile.cpp index 7a0b1bed..69cec8a2 100644 --- a/serialize/tile.cpp +++ b/serialize/tile.cpp @@ -2,6 +2,7 @@ #include "src/tile.hpp" #include "src/global-coords.hpp" #include "serialize/tile-atlas.hpp" +#include "src/tile-atlas.hpp" #include <tuple> #include <nlohmann/json.hpp> diff --git a/serialize/tile.hpp b/serialize/tile.hpp index 8313e937..ded1a479 100644 --- a/serialize/tile.hpp +++ b/serialize/tile.hpp @@ -1,9 +1,9 @@ #pragma once +#include "src/tile-image.hpp" #include <nlohmann/json_fwd.hpp> namespace floormat { -struct tile_image_ref; struct local_coords; struct chunk_coords; struct chunk_coords_; |