|
Last change
on this file since 2614 was
2551,
checked in by patrick, 21 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
|
| 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" |
|---|
| 17 | #include "message_structures.h" |
|---|
| 18 | #include "orxonox.h" |
|---|
| 19 | |
|---|
| 20 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.