summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
blob: 93ff81640e52ae03546ae94c584c4e108f773b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "src/precomp.hpp"
#include <cstdlib>

#include <Corrade/Utility/Arguments.h>

#include <Magnum/Math/Color.h>
#include <Magnum/GL/DebugOutput.h>
#include <Magnum/GL/Renderer.h>
#include <Magnum/ImGuiIntegration/Context.h>
#if __has_include(<SDL.h>)
#include <Magnum/Platform/Sdl2Application.h>
#endif