diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-09 19:40:27 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-09 20:08:56 +0100 |
| commit | 68b0b73ec3d123278efa15489087c59aa589a111 (patch) | |
| tree | f019d6ac84e56ac9d46b6500c9429c6cf8e195a9 /loader/impl.cpp | |
| parent | e7ea49a091deff0abe86c5be5f66933213d62e1e (diff) | |
some random style nits
Diffstat (limited to 'loader/impl.cpp')
| -rw-r--r-- | loader/impl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/impl.cpp b/loader/impl.cpp index 39256c52..86e79109 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -8,6 +8,9 @@ // wall #include "wall-traits.hpp" #include "wall-cell.hpp" +// todo scenery_traits +#include "anim-cell.hpp" +#include "scenery.hpp" #include "vobj-cell.hpp" #include "atlas-loader.hpp" #include "atlas-loader-storage.hpp" |
