summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
blob: 27d0f317aa062edcadb4a2b84e93fccf03e85a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

#include "src/precomp.hpp"

#include <cstdlib>
#include <map>

#include <fmt/format.h>
#include <fmt/compile.h>

#include <Corrade/Utility/Arguments.h>

#include <Magnum/GL/Renderer.h>
#include <Magnum/ImGuiIntegration/Context.h>

#if __has_include(<SDL.h>)
#include <Magnum/Platform/Sdl2Application.h>
#include <SDL_keycode.h>
#include <SDL_events.h>
#endif