summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
blob: e023f45d2143f5ee96ed4948a49f2051e6255905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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/DebugOutput.h>
#include <Magnum/GL/DefaultFramebuffer.h>
#include <Magnum/GL/Renderer.h>
#include <Magnum/Platform/Sdl2Application.h>
#include <Magnum/ImGuiIntegration/Context.h>