- Timestamp:
- Feb 1, 2006, 7:44:22 PM (19 years ago)
- Location:
- trunk/src/world_entities/environments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/environments/model_entity.cc
r6969 r6970 10 10 11 11 ### File Specific: 12 main-programmer: Patrick Boenzli12 main-programmer: Benjamin Grauer 13 13 co-programmer: ... 14 14 */ … … 16 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY 17 17 18 #include "mo vie_entity.h"18 #include "model_entity.h" 19 19 20 20 #include "load_param.h" 21 21 #include "factory.h" 22 #include "static_model.h"23 22 24 23 using namespace std; … … 26 25 27 26 CREATE_FACTORY(ModelEntity, CL_MODEL_ENTITY); 28 29 30 27 31 28 /** -
trunk/src/world_entities/environments/model_entity.h
r6969 r6970 1 1 /*! 2 * @file mo vie_entity.h2 * @file model_entity.h 3 3 * Definition of the ModelEntity, that handles the Display of an atmosphere for orxonox. 4 4 */
Note: See TracChangeset
for help on using the changeset viewer.