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