Changeset 3691 in orxonox.OLD for orxonox/branches/textEngine/src/defs
- Timestamp:
- Mar 31, 2005, 2:14:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/defs/glincl.h
r3681 r3691 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.