source:
orxonox.OLD/orxonox/trunk/src/stdincl.h
@
3009
Last change on this file since 3009 was 2995, checked in by bensch, 20 years ago | |
---|---|
File size: 380 bytes |
Rev | Line | |
---|---|---|
[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> |
[2995] | 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" | |
[2816] | 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.