Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2853 was 2816, checked in by patrick, 20 years ago

orxonox/trunk/src: new list implemented

File size: 330 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 "list_template.h"
18#include "error.h"
19#include "message_structures.h"
20#include "orxonox.h"
21
22#endif
Note: See TracBrowser for help on using the repository browser.