summaryrefslogtreecommitdiffhomepage
path: root/main/precomp.hpp
blob: 68f7853914d4d70fb13229dcaebcfca71cfe8667 (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 <Corrade/Utility/DebugStl.h>

#include <Magnum/Timeline.h>
#include <Magnum/GL/DebugOutput.h>
#include <Magnum/GL/DefaultFramebuffer.h>
#include <Magnum/GL/Framebuffer.h>
#include <Magnum/GL/Renderbuffer.h>
#include <Magnum/GL/RenderbufferFormat.h>

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

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