summaryrefslogtreecommitdiffhomepage
path: root/test/precomp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/precomp.hpp')
-rw-r--r--test/precomp.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/precomp.hpp b/test/precomp.hpp
new file mode 100644
index 00000000..c183dcc0
--- /dev/null
+++ b/test/precomp.hpp
@@ -0,0 +1,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>