summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
blob: 775f59e74a23d6783a97dc697e2cc9e750af8848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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/ImGuiIntegration/Context.h>

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