Changeset 6633 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jan 21, 2006, 1:05:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/resource_manager.h
r6467 r6633 74 74 75 75 // more specific 76 union { 77 #ifndef NO_MODEL 76 78 float modelSize; //!< the size of the model (OBJ/PRIM) 77 #ifndef NO_MODEL78 79 char* secFileName; //!< a seconf fileName 79 80 #endif /* NO_MODEL */ … … 84 85 GLenum texTarget; 85 86 #endif /* NO_TEXTURES */ 87 }; 86 88 }; 87 89
Note: See TracChangeset
for help on using the changeset viewer.