Changeset 4838 in orxonox.OLD for orxonox/trunk/src/proto/proto_world_entity.h
- Timestamp:
- Jul 12, 2005, 12:09:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/proto/proto_world_entity.h
r4483 r4838 1 /*! 2 \file proto_world_entity.h 3 4 description 1 /*! 2 * @file proto_world_entity.h 3 * @brief description 5 4 */ 6 5 … … 11 10 12 11 //! A Class to ... 13 class ProtoWorldEntity : public WorldEntity 12 class ProtoWorldEntity : public WorldEntity 14 13 { 15 14 16 15 public: 17 ProtoWorldEntity(); 18 ProtoWorldEntity(const TiXmlElement* root); 16 ProtoWorldEntity(const TiXmlElement* root = NULL); 19 17 virtual ~ProtoWorldEntity(); 20 18 21 19 void loadParams(const TiXmlElement* root); 22 20 void init(); 23 21 24 22 virtual void draw(); 25 23 virtual void tick(float time);
Note: See TracChangeset
for help on using the changeset viewer.