Changeset 3184 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Dec 15, 2004, 6:20:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/stdincl.h
r2995 r3184 11 11 #ifndef __APPLE__ 12 12 #include <SDL/SDL.h> 13 #include <GL/gl.h> 14 #include <GL/glu.h> 13 15 #else 14 16 #include <SDL.h> 17 #include <OpenGL/gl.h> 18 #include <OpenGL/glu.h> 15 19 #endif 16 17 #include <GL/gl.h>18 #include <GL/glu.h>19 20 20 21 #include "vector.h"
Note: See TracChangeset
for help on using the changeset viewer.