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

#if 0
#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>