diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 18:57:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 18:57:51 +0200 |
commit | c3258606e206f91e89c2451c6afb6fb4fd96a11f (patch) | |
tree | bf4cd788396f8c8ac8987c55d27ad8a92e4acbd8 /src/ground-atlas.cpp | |
parent | d71c3ca30ea79d6a54446be8c5a9da169d7ccd1e (diff) |
wa
Diffstat (limited to 'src/ground-atlas.cpp')
-rw-r--r-- | src/ground-atlas.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ground-atlas.cpp b/src/ground-atlas.cpp index f78d53be..aae04ae9 100644 --- a/src/ground-atlas.cpp +++ b/src/ground-atlas.cpp @@ -1,8 +1,9 @@ #include "ground-atlas.hpp" #include "quads.hpp" #include "compat/assert.hpp" -#include "tile-image.hpp" #include "compat/exception.hpp" +#include "compat/borrowed-ptr.inl" +#include "tile-image.hpp" #include "loader/loader.hpp" #include <limits> #include <Magnum/Math/Color.h> @@ -11,6 +12,9 @@ namespace floormat { +template class bptr<ground_atlas>; +template class bptr<const ground_atlas>; + using namespace floormat::Quads; ground_atlas::ground_atlas(ground_def info, const ImageView2D& image) : |