Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 6, 2006, 1:29:20 AM (18 years ago)
Author:
bensch
Message:

trunk: added new worldEntity Building

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/building.h

    r7040 r7041  
    11/*!
    2  * @file model_entity.h
    3  *  Definition of the ModelEntity, that handles the Display of an atmosphere for orxonox.
     2 * @file building.h
     3 *  Definition of the Building, that handles the Display of an atmosphere for orxonox.
    44 */
    55
    6 #ifndef _MODEL_ENTITY_H
    7 #define _MODEL_ENTITY_H
     6#ifndef _BUILDING_H
     7#define _BUILDING_H
    88
    99/* INCLUDES */
     
    1212/* FORWARD DECLARATION */
    1313
    14 //! A Class to handle a ModelEntity
    15 class ModelEntity : public WorldEntity
     14//! A Class to handle a Building
     15class Building : public WorldEntity
    1616{
    1717 public:
    18   ModelEntity(const TiXmlElement* root);
     18  Building(const TiXmlElement* root);
    1919
    20   virtual ~ModelEntity();
     20  virtual ~Building();
    2121
    2222};
    2323
    24 #endif  /* _MODEL_ENTITY_H */
     24#endif  /* _BUILDING_H */
    2525
    2626
Note: See TracChangeset for help on using the changeset viewer.