9379419ba6
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5 127b21dd-08f5-0310-b4b7-95ae10353056
18 lines
270 B
C
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 */
|