Mercurial > hg > ccmieditor
view native/PhantomOmni/stdafx.h @ 8:ea7885bd9bff tip
fixed bug : render solid line as dotted/dashed when moving the stylus from dotted/dashed to solid
author | ccmi-guest |
---|---|
date | Thu, 03 Jul 2014 16:12:20 +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_