Mercurial > hg > ccmieditor
annotate 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 |
rev | line source |
---|---|
fiore@3 | 1 #ifndef stdAfx_H_ |
fiore@3 | 2 #define stdAfx_H_ |
fiore@3 | 3 |
fiore@3 | 4 #if defined(WIN32) |
fiore@3 | 5 #include <windows.h> |
fiore@3 | 6 #endif |
fiore@3 | 7 |
fiore@3 | 8 #if defined(WIN32) || defined(linux) |
fiore@3 | 9 #include <GL/glut.h> |
fiore@3 | 10 #elif defined(__APPLE__) |
fiore@3 | 11 #include <GLUT/glut.h> |
fiore@3 | 12 #endif |
fiore@3 | 13 |
fiore@3 | 14 #include <HL/hl.h> |
fiore@3 | 15 #include <HDU/hduMatrix.h> |
fiore@3 | 16 #include <HDU/hduError.h> |
fiore@3 | 17 |
fiore@3 | 18 #include <HLU/hlu.h> |
fiore@3 | 19 |
fiore@3 | 20 #endif //stdAfx_H_ |