Changeset 3790 in orxonox.OLD for orxonox/trunk/src/defs/glincl.h
- Timestamp:
- Apr 13, 2005, 12:33:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/glincl.h
r3492 r3790 9 9 #define _GLINCL_H 10 10 11 #include <SDL.h> 12 11 13 #ifndef __APPLE__ 12 #include <SDL/SDL.h>13 14 #include <GL/gl.h> 14 15 #include <GL/glu.h> 15 16 #else 16 #include <SDL.h>17 17 #include <OpenGL/gl.h> 18 18 #include <OpenGL/glu.h>
Note: See TracChangeset
for help on using the changeset viewer.