Mercurial > hg > ccmieditor
annotate native/PhantomOmni/stdafx.h @ 6:1c5af356bb99
added 64 bit native narrator
allow hapitic native dll to load only on 32 bit JVM
refactored DiagramEditorApp for better inheritance
fixed Java 7 bug: NullPointerException when typing
minor bug fixes
added splashscreen
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Mon, 17 Dec 2012 18:39:40 +0000 |
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_ |