Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9687 in orxonox.OLD for branches/new_class_id/src/world_entities


Ignore:
Timestamp:
Aug 22, 2006, 2:52:28 PM (18 years ago)
Author:
bensch
Message:

new_class_id: CDengine adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/bsp_entity.h

    r9059 r9687  
    1818class BspEntity : public WorldEntity
    1919{
    20 
     20  NewObjectListDeclaration(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.