Changeset 3475 in orxonox.OLD for orxonox/trunk/src/importer
- Timestamp:
- Mar 10, 2005, 7:01:53 PM (20 years ago)
- Location:
- orxonox/trunk/src/importer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/importer/array.h
r3427 r3475 11 11 extern int verbose; //!< will be obsolete soon 12 12 13 #include " ../stdincl.h"13 #include "stdincl.h" 14 14 15 15 //! Array Class that handles dynamic-float arrays. -
orxonox/trunk/src/importer/objModel.cc
r3427 r3475 18 18 #include <fstream> 19 19 20 #include " ../debug.h"20 #include "debug.h" 21 21 22 22 /** -
orxonox/trunk/src/importer/texture.h
r3454 r3475 10 10 #define _TEXTURE_H 11 11 12 #include " ../stdincl.h"12 #include "stdincl.h" 13 13 #ifdef HAVE_SDL_SDL_IMAGE_H 14 14 #include <SDL/SDL_image.h>
Note: See TracChangeset
for help on using the changeset viewer.