Changeset 3184 in orxonox.OLD for orxonox/trunk/importer
- Timestamp:
- Dec 15, 2004, 6:20:59 PM (20 years ago)
- Location:
- orxonox/trunk/importer
- Files:
-
- 1 added
- 3 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"
Note: See TracChangeset
for help on using the changeset viewer.