diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 23:08:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 23:08:42 +0100 |
commit | 55a76536bbcc0ab662c3b56e4af7370d5932f063 (patch) | |
tree | 112a3641dee78e660b11d1190ed448dee8107efb /src | |
parent | aceb0a84b4abaa4e631d317c6cd0d02b0aa0bdbd (diff) |
loader: more refactoring
Diffstat (limited to 'src')
-rw-r--r-- | src/ground-atlas.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ground-atlas.hpp b/src/ground-atlas.hpp index e13c0012..3fc3a177 100644 --- a/src/ground-atlas.hpp +++ b/src/ground-atlas.hpp @@ -1,6 +1,7 @@ #pragma once #include "src/pass-mode.hpp" #include "src/quads.hpp" +#include "src/ground-def.hpp" #include "loader/ground-cell.hpp" #include <array> #include <memory> |