Mercurial > hg > ccmieditor
view native/PhantomOmni/stdafx.h @ 5:d66dd5880081
Added support for Falcon Haptic device and Tablet/Mouse as haptic device
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Tue, 10 Jul 2012 22:39:37 +0100 |
parents | 9e67171477bc |
children |
line wrap: on
line source
#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_