summaryrefslogtreecommitdiffhomepage
path: root/editor/precomp.hpp
blob: 8949f3ed9220f4be610093598eb6418888197d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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>
#endif