Changeset 8218 in orxonox.OLD for branches/bsp_model/src/world_entities/bsp_entity.h
- Timestamp:
- Jun 7, 2006, 10:07:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/bsp_entity.h
r8217 r8218 16 16 17 17 //! A Class to ... 18 class B SPEntity : public WorldEntity18 class BspEntity : public WorldEntity 19 19 { 20 20 21 21 public: 22 B SPEntity(const TiXmlElement* root = NULL);23 virtual ~B SPEntity();22 BspEntity(const TiXmlElement* root = NULL); 23 virtual ~BspEntity(); 24 24 25 25 virtual void loadParams(const TiXmlElement* root);
Note: See TracChangeset
for help on using the changeset viewer.