diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-13 21:05:01 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-13 21:08:46 +0200 |
| commit | b4f0ae962bdd07c01f7193631b6fa502b53351be (patch) | |
| tree | edb7a1bc4d0caf8636c5f1a99f05db3c7dcfd432 /test | |
| parent | ff2a12174c8bd8be75dadeb23c88b6f9a1f0e1da (diff) | |
split scenery-proto into its own file
Diffstat (limited to 'test')
| -rw-r--r-- | test/critter.cpp | 2 | ||||
| -rw-r--r-- | test/loader.cpp | 3 | ||||
| -rw-r--r-- | test/path-search.cpp | 2 | ||||
| -rw-r--r-- | test/save.cpp | 1 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/critter.cpp b/test/critter.cpp index 72bb58cc..d9f50205 100644 --- a/test/critter.cpp +++ b/test/critter.cpp @@ -3,13 +3,13 @@ #include "compat/shared-ptr-wrapper.hpp" #include "compat/function2.hpp" #include "src/critter.hpp" +#include "src/scenery-proto.hpp" #include "src/world.hpp" #include "src/wall-atlas.hpp" #include "src/nanosecond.inl" #include "src/log.hpp" #include "src/point.inl" #include "loader/loader.hpp" -#include "src/scenery.hpp" #include <cinttypes> #include <cstdio> diff --git a/test/loader.cpp b/test/loader.cpp index e05508f5..4bd8e4f3 100644 --- a/test/loader.cpp +++ b/test/loader.cpp @@ -6,8 +6,7 @@ #include "src/ground-atlas.hpp" #include "src/wall-atlas.hpp" #include "src/anim-atlas.hpp" -#include "src/scenery.hpp" -#include <mg/Texture.h> +#include "src/scenery-proto.hpp" namespace floormat { diff --git a/test/path-search.cpp b/test/path-search.cpp index e3c11e28..90accd3a 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -4,7 +4,7 @@ #include "loader/loader.hpp" #include "loader/wall-cell.hpp" #include "src/world.hpp" -#include "src/scenery.hpp" +#include "src/scenery-proto.hpp" #include "src/search-bbox.hpp" #include "src/search-constants.hpp" #include <Magnum/Math/Functions.h> diff --git a/test/save.cpp b/test/save.cpp index 5f2d8df3..8edb5b4d 100644 --- a/test/save.cpp +++ b/test/save.cpp @@ -2,6 +2,7 @@ #include "src/world.hpp" #include "loader/loader.hpp" #include "src/scenery.hpp" +#include "src/scenery-proto.hpp" #include "src/critter.hpp" #include "src/light.hpp" #include "src/ground-atlas.hpp" |
