- Timestamp:
- Dec 15, 2004, 6:20:59 PM (20 years ago)
- Location:
- orxonox/trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/importer/array.h
r2847 r3184 11 11 extern int verbose; //!< will be obsolete soon 12 12 13 #include <GL/gl.h> 14 #include <GL/glu.h> 13 #include "stdincl.h" 15 14 #include <fstream> 16 15 -
orxonox/trunk/importer/material.h
r3178 r3184 9 9 extern int verbose; //!< will be obsolete soon. 10 10 11 #include <GL/gl.h> 12 #include <GL/glu.h> 13 #include <SDL/SDL.h> 11 #include "stdincl.h" 14 12 15 13 #if HAVE_CONFIG_H -
orxonox/trunk/importer/object.h
r3140 r3184 7 7 #define _OBJECT_H 8 8 9 #include <GL/gl.h> 10 #include <GL/glu.h> 9 #include "stdincl.h" 11 10 12 11 #include "array.h" -
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.