diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 03:11:16 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 03:11:16 +0200 |
commit | b567a0d4ceed1ce0bb184d9c3f712b2ec37f2a41 (patch) | |
tree | b2fdf91f37b1b93f10f41d10e007c73e9d063096 /editor/precomp.hpp | |
parent | 6ebc64b4c61ea237f55438a4ebedf004648e65d7 (diff) |
more precompiled header stuff
Diffstat (limited to 'editor/precomp.hpp')
-rw-r--r-- | editor/precomp.hpp | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/editor/precomp.hpp b/editor/precomp.hpp index 1dca3bd8..c0167163 100644 --- a/editor/precomp.hpp +++ b/editor/precomp.hpp @@ -4,14 +4,21 @@ #include "entity/metadata.hpp" #include "entity/accessor.hpp" +#include "src/entity.hpp" +#include "src/chunk.hpp" +#include "src/world.hpp" +#include "src/global-coords.hpp" +#include "src/anim-atlas.hpp" + +#include "app.hpp" +#include "imgui-raii.hpp" + #include <cstdlib> #include <map> -#include <fmt/format.h> -#include <fmt/compile.h> - +#include <Corrade/Containers/BitArrayView.h> #include <Corrade/Utility/Arguments.h> -#include <Magnum/ImGuiIntegration/Context.h> +#include <Magnum/ImGuiIntegration/Context.hpp> #if __has_include(<SDL.h>) #include <Magnum/Platform/Sdl2Application.h> |