blob: 3d4db648537d21d1ffc891c12735f7b30a6c1121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#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>
#include <SDL_keycode.h>
#include <SDL_mouse.h>
#include <SDL_events.h>
|