blob: 1dca3bd8fef36160fd13da6ad503984cc285a5e9 (
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 "entity/metadata.hpp"
#include "entity/accessor.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
|