summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/precomp.hpp')
-rw-r--r--editor/precomp.hpp18
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>