Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/world_entities/bsp_entity.h


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/bsp_entity.h

    r9059 r9869  
    1818class BspEntity : public WorldEntity
    1919{
    20 
     20  ObjectListDeclaration(BspEntity);
    2121 public:
    2222  BspEntity(const TiXmlElement* root = NULL);
     
    2828
    2929  void init();
    30  
     30
    3131  virtual void varChangeHandler( std::list<int> & id );
    3232
     
    4040 private:
    4141   BspManager* bspManager;
    42    
     42
    4343   std::string name;                   //!< store name
    4444   std::string name_write;             //!< temp variable to store name
Note: See TracChangeset for help on using the changeset viewer.