summaryrefslogtreecommitdiffhomepage
path: root/main/precomp.hpp
blob: 734fc72b195f1d448d384b9215803f72dd624c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once
#include "src/precomp.hpp"

#include <Corrade/Utility/DebugStl.h>

#include <Magnum/Math/Vector2.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 <Magnum/Platform/Sdl2Application.h>

#if __has_include(<SDL.h>)
#include <SDL_keycode.h>
#include <SDL_mouse.h>
#include <SDL_events.h>
#endif