diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-07 23:38:31 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 08:43:49 +0100 |
| commit | a6514d1a95d0f84f0935866215463ef6aed23e19 (patch) | |
| tree | 639075646b1ea42a3cd4a76ae59af7dda0c4b14a /bench | |
| parent | 4575194adb4615deeca174044a872093c3664ad4 (diff) | |
loader: work toward removing duplicate atlas code
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/loader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/loader.cpp b/bench/loader.cpp index c96ef31c..bb878758 100644 --- a/bench/loader.cpp +++ b/bench/loader.cpp @@ -1,6 +1,6 @@ #include "loader/loader.hpp" -#include "loader/ground-info.hpp" -#include "loader/wall-info.hpp" +#include "loader/ground-cell.hpp" +#include "loader/wall-cell.hpp" #include "serialize/json-helper.hpp" #include "serialize/anim.hpp" #include <Corrade/Containers/ArrayView.h> |
