Changeset 3590 in orxonox.OLD for orxonox/trunk/src/lib/graphics
- Timestamp:
- Mar 17, 2005, 1:06:51 PM (20 years ago)
- Location:
- orxonox/trunk/src/lib/graphics/importer
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/array.cc
r3548 r3590 13 13 co-programmer: ... 14 14 */ 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_IMPORTER 15 17 16 18 #include "array.h" -
orxonox/trunk/src/lib/graphics/importer/array.h
r3475 r3590 8 8 #ifndef _ARRAY_H 9 9 #define _ARRAY_H 10 11 extern int verbose; //!< will be obsolete soon12 10 13 11 #include "stdincl.h" -
orxonox/trunk/src/lib/graphics/importer/material.cc
r3549 r3590 14 14 15 15 */ 16 17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_IMPORTER 16 18 17 19 #include "material.h" -
orxonox/trunk/src/lib/graphics/importer/material.h
r3454 r3590 9 9 #define _MATERIAL_H 10 10 11 12 13 extern int verbose; //!< will be obsolete soon.14 11 15 12 #if HAVE_CONFIG_H -
orxonox/trunk/src/lib/graphics/importer/model.cc
r3548 r3590 13 13 co-programmer: ... 14 14 */ 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_IMPORTER 15 17 16 18 #include "model.h" -
orxonox/trunk/src/lib/graphics/importer/objModel.cc
r3548 r3590 13 13 co-programmer: ... 14 14 */ 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_IMPORTER 15 17 16 18 #include "objModel.h" -
orxonox/trunk/src/lib/graphics/importer/texture.cc
r3548 r3590 17 17 */ 18 18 19 20 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_IMPORTER 19 21 20 22 #include "texture.h" -
orxonox/trunk/src/lib/graphics/importer/windowHandler.h
r3479 r3590 7 7 #ifndef _WINDOWHANDLER_H 8 8 #define _WINDOWHANDLER_H 9 10 extern int verbose;11 9 12 10 #include "stdincl.h"
Note: See TracChangeset
for help on using the changeset viewer.