diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 12:54:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 12:54:15 +0200 |
commit | 7b61abef4662560924265357fbe8c4d50ecd389c (patch) | |
tree | d73c41ce9102a40cc5b27fac75efcb9efa789b9e /editor/precomp.hpp | |
parent | 700942f351d85f326bb1d6725e688920dc8de942 (diff) |
a
Diffstat (limited to 'editor/precomp.hpp')
-rw-r--r-- | editor/precomp.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editor/precomp.hpp b/editor/precomp.hpp new file mode 100644 index 00000000..8c833594 --- /dev/null +++ b/editor/precomp.hpp @@ -0,0 +1,18 @@ +#pragma once + +#include "src/precomp.hpp" + +#include <memory> +#include <optional> +#include <filesystem> +#include <vector> + +#include <Corrade/Containers/Pointer.h> +#include <Corrade/Containers/StringStlView.h> +#include <Corrade/Utility/Arguments.h> + +#include <Magnum/Math/Color.h> +#include <Magnum/GL/DefaultFramebuffer.h> +#include <Magnum/GL/Renderer.h> +#include <Magnum/Platform/Sdl2Application.h> +#include <Magnum/ImGuiIntegration/Context.h> |