summaryrefslogtreecommitdiffhomepage
path: root/test/precomp.hpp
blob: 2e5871cdfa7f722be4f9b177ade194de83025793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include "../src/precomp.hpp"

#if 1
#ifdef __APPLE__
#include <Magnum/Platform/WindowlessCglApplication.h>
#elif defined _WIN32
#include <Magnum/Platform/WindowlessWglApplication.h>
#else
#include <Magnum/Platform/WindowlessGlxApplication.h>
#endif
#endif
#include <Magnum/Platform/GLContext.h>