Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/buerli/src/stdincl.h @ 3155

Last change on this file since 3155 was 2707, checked in by bensch, 20 years ago

orxonox/branches/buerli: merged back from trunk, with new configure makefile and so forth.

File size: 303 bytes
Line 
1
2#ifndef STDINCL_H
3#define STDINCL_H
4
5#define null 0
6
7#ifdef __WIN32__
8#include <windows.h>
9#endif
10#include <SDL/SDL.h>
11#include <GL/gl.h>
12#include <GL/glu.h>
13
14#include "vector.h"
15#include "coordinates.h"
16#include "list.h"
17#include "error.h"
18#include "message_structures.h"
19#include "orxonox.h"
20
21#endif
Note: See TracBrowser for help on using the repository browser.