source:
orxonox.OLD/orxonox/branches/buerli/src/stdincl.h
@
3019
| Last change on this file since 3019 was 2707, checked in by bensch, 21 years ago | |
|---|---|
| File size: 303 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 |
| [2190] | 10 | #include <SDL/SDL.h> |
| 11 | #include <GL/gl.h> | |
| [2551] | 12 | #include <GL/glu.h> |
| [2190] | 13 | |
| 14 | #include "vector.h" | |
| 15 | #include "coordinates.h" | |
| 16 | #include "list.h" | |
| [2707] | 17 | #include "error.h" |
| [2190] | 18 | #include "message_structures.h" |
| 19 | #include "orxonox.h" | |
| 20 | ||
| 21 | #endif |
Note: See TracBrowser
for help on using the repository browser.










