Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/dave/src/stdincl.h @ 3172

Last change on this file since 3172 was 3151, checked in by bensch, 19 years ago

orxonox/branches/dave: src of trunk copied into branches/dave/src

File size: 380 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
[3151]10
11#ifndef __APPLE__
[2190]12#include <SDL/SDL.h>
[3151]13#else
14#include <SDL.h>
15#endif
16
[2190]17#include <GL/gl.h>
[2551]18#include <GL/glu.h>
[2190]19
20#include "vector.h"
21#include "coordinates.h"
22#include "list.h"
[2860]23#include "list_template.h"
[2636]24#include "error.h"
[2190]25#include "message_structures.h"
26#include "orxonox.h"
27
28#endif
Note: See TracBrowser for help on using the repository browser.