| Line |   | 
|---|
| 1 | /*! | 
|---|
| 2 |  * @file model_entity.h | 
|---|
| 3 |  *  Definition of the ModelEntity, that handles the Display of an atmosphere for orxonox. | 
|---|
| 4 |  */ | 
|---|
| 5 |  | 
|---|
| 6 | #ifndef _MODEL_ENTITY_H | 
|---|
| 7 | #define _MODEL_ENTITY_H | 
|---|
| 8 |  | 
|---|
| 9 | /* INCLUDES */ | 
|---|
| 10 | #include "world_entity.h" | 
|---|
| 11 |  | 
|---|
| 12 | /* FORWARD DECLARATION */ | 
|---|
| 13 |  | 
|---|
| 14 | //! A Class to handle a ModelEntity | 
|---|
| 15 | class ModelEntity : public WorldEntity | 
|---|
| 16 | { | 
|---|
| 17 |  public: | 
|---|
| 18 |   ModelEntity(const TiXmlElement* root); | 
|---|
| 19 |  | 
|---|
| 20 |   virtual ~ModelEntity(); | 
|---|
| 21 |  | 
|---|
| 22 |  | 
|---|
| 23 |   private: | 
|---|
| 24 |  | 
|---|
| 25 | }; | 
|---|
| 26 |  | 
|---|
| 27 | #endif  /* _MODEL_ENTITY_H */ | 
|---|
| 28 |  | 
|---|
| 29 |  | 
|---|
| 30 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.