Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6970 in orxonox.OLD


Ignore:
Timestamp:
Feb 1, 2006, 7:44:22 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compiles again

Location:
trunk/src/world_entities/environments
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/model_entity.cc

    r6969 r6970  
    1010
    1111   ### File Specific:
    12    main-programmer: Patrick Boenzli
     12   main-programmer: Benjamin Grauer
    1313   co-programmer: ...
    1414*/
     
    1616#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    1717
    18 #include "movie_entity.h"
     18#include "model_entity.h"
    1919
    2020#include "load_param.h"
    2121#include "factory.h"
    22 #include "static_model.h"
    2322
    2423using namespace std;
     
    2625
    2726CREATE_FACTORY(ModelEntity, CL_MODEL_ENTITY);
    28 
    29 
    3027
    3128/**
  • trunk/src/world_entities/environments/model_entity.h

    r6969 r6970  
    11/*!
    2  * @file movie_entity.h
     2 * @file model_entity.h
    33 *  Definition of the ModelEntity, that handles the Display of an atmosphere for orxonox.
    44 */
Note: See TracChangeset for help on using the changeset viewer.