diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-17 17:06:16 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-17 17:08:52 +0200 |
| commit | 8138cc9a269844b6c0a84c193a7a43aec7010592 (patch) | |
| tree | 1d7c1f1b37c7f714fd0976bfa839e0b18ca2385d /loader/impl.cpp | |
| parent | 08b89c6575947e8fdcba9b6c329c25aa8472e52b (diff) | |
wip vobj
Diffstat (limited to 'loader/impl.cpp')
| -rw-r--r-- | loader/impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/impl.cpp b/loader/impl.cpp index 7e29616b..34da792a 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -1,6 +1,7 @@ #include "impl.hpp" #include "compat/assert.hpp" #include "loader/scenery.hpp" +#include "loader/vobj-info.hpp" #include <cstring> #include <Corrade/Containers/Pair.h> #include <Magnum/Trade/ImageData.h> |
