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