oolite/oolite-linux.h

18 lines
270 B
C

#ifndef OOLITE_LINUX
#define OOLITE_LINUX
/*
*
* oolite-linux.h: Includes, definitions and pathnames for Linux
* systems.
*
* Dylan Smith, 2005-04-19
*
*/
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glext.h>
#include <math.h>
#endif /* OOLITE_LINUX */