diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 18:15:00 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 18:15:00 +0100 |
| commit | c93b3616adbf26673fc928fdfbbec814fec41c75 (patch) | |
| tree | 517ee19f32a2ae7d098141335b04e92bffcdc564 /loader/impl.cpp | |
| parent | 98416d95331c63affabf331afba0e1dcb307c430 (diff) | |
w
Diffstat (limited to 'loader/impl.cpp')
| -rw-r--r-- | loader/impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/impl.cpp b/loader/impl.cpp index 1ea7b7b6..0f15e74c 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -2,8 +2,8 @@ #include "compat/assert.hpp" #include "loader/scenery.hpp" #include "loader/vobj-info.hpp" -#include "loader/ground-info.hpp" #include "loader/wall-info.hpp" +#include "src/ground-atlas.hpp" #include <Corrade/Containers/Pair.h> #include <Magnum/Trade/ImageData.h> |
