annotate 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
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_