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/loader.cpp | |
parent | ff2a12174c8bd8be75dadeb23c88b6f9a1f0e1da (diff) |
split scenery-proto into its own file
Diffstat (limited to 'test/loader.cpp')
-rw-r--r-- | test/loader.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |