diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-10 00:57:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-10 01:08:25 +0100 |
commit | 2083c7ce05683c864f29b7c46de0cd874b103982 (patch) | |
tree | 596963ad23031ece5673f989b0aba8738b2cc425 /test | |
parent | 7b544078eb0e7cad58bd6fc5251a3c185c9bb082 (diff) |
loader: rename serialized_scenery -> scenery_cell
Diffstat (limited to 'test')
-rw-r--r-- | test/scenery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenery.cpp b/test/scenery.cpp index 42de1ab6..378d2cc1 100644 --- a/test/scenery.cpp +++ b/test/scenery.cpp @@ -1,6 +1,6 @@ #include "app.hpp" #include "loader/loader.hpp" -#include "loader/scenery.hpp" +#include "loader/scenery-cell.hpp" namespace floormat { |