Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2590 was 2551, checked in by patrick, 20 years ago

orxonox/trunk: minor changes - enhanced sc controll, fixed uncontrolled rotation effect, added some debug outputs for testing purposes, reformatted some src files from win style but not all

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