diff native/PhantomOmni/stdafx.h @ 3:9e67171477bc

PHANTOM Omni Heptic device release
author Fiore Martin <fiore@eecs.qmul.ac.uk>
date Wed, 25 Apr 2012 17:09:09 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/native/PhantomOmni/stdafx.h	Wed Apr 25 17:09:09 2012 +0100
@@ -0,0 +1,20 @@
+#ifndef stdAfx_H_
+#define stdAfx_H_
+
+#if defined(WIN32)
+#include <windows.h>
+#endif
+
+#if defined(WIN32) || defined(linux)
+#include <GL/glut.h>
+#elif defined(__APPLE__)
+#include <GLUT/glut.h>
+#endif
+
+#include <HL/hl.h>
+#include <HDU/hduMatrix.h>
+#include <HDU/hduError.h>
+
+#include <HLU/hlu.h>
+
+#endif //stdAfx_H_