oolite/oolite-linux.h

21 lines
321 B
C

#ifndef OOLITE_LINUX
#define OOLITE_LINUX
/*
*
* oolite-linux.h: Includes, definitions and pathnames for Linux
* systems.
*
* Dylan Smith, 2005-04-19
*
*/
#include <math.h>
#include "SDL.h"
#include "SDL_opengl.h"
#include "SDL_mixer.h"
#include "SDL_syswm.h"
#define MAX_CHANNELS 16
#endif /* OOLITE_LINUX */