Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/stdincl.h @ 3188

Last change on this file since 3188 was 3184, checked in by bensch, 20 years ago

orxonox/trunk: osX-compatibility

File size: 426 bytes
RevLine 
[1855]1
2#ifndef STDINCL_H
3#define STDINCL_H
4
5#define null 0
6
[2190]7#ifdef __WIN32__
8#include <windows.h>
[1855]9#endif
[2995]10
11#ifndef __APPLE__
[2190]12#include <SDL/SDL.h>
[3184]13#include <GL/gl.h>
14#include <GL/glu.h>
[2995]15#else
16#include <SDL.h>
[3184]17#include <OpenGL/gl.h>
18#include <OpenGL/glu.h>
[2995]19#endif
20
[2190]21#include "vector.h"
22#include "coordinates.h"
23#include "list.h"
[2816]24#include "list_template.h"
[2636]25#include "error.h"
[2190]26#include "message_structures.h"
27#include "orxonox.h"
28
29#endif
Note: See TracBrowser for help on using the repository browser.