source:
orxonox.OLD/orxonox/branches/chris/src/stdincl.h
@
3018
| Last change on this file since 3018 was 2161, checked in by chris, 21 years ago | |
|---|---|
| File size: 264 bytes | |
| Rev | Line | |
|---|---|---|
| [1855] | 1 | |
| 2 | #ifndef STDINCL_H | |
| 3 | #define STDINCL_H | |
| 4 | ||
| 5 | #define null 0 | |
| 6 | ||
| [2066] | 7 | #ifdef __WIN32__ |
| 8 | #include <windows.h> | |
| [1855] | 9 | #endif |
| [2066] | 10 | #include <SDL/SDL.h> |
| [2161] | 11 | #include <GL/gl.h> |
| [2066] | 12 | |
| [2100] | 13 | #include "vector.h" |
| 14 | #include "coordinates.h" | |
| [2066] | 15 | #include "list.h" |
| 16 | #include "message_structures.h" | |
| 17 | #include "orxonox.h" | |
| 18 | ||
| 19 | #endif |
Note: See TracBrowser
for help on using the repository browser.










