Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 3, 2006, 6:30:42 PM (18 years ago)
Author:
patrick
Message:

merged the network branche with the trunk

File:
1 edited

Legend:

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

    r8490 r9059  
    2828
    2929  void init();
     30 
     31  virtual void varChangeHandler( std::list<int> & id );
    3032
    3133  virtual void draw() const;
     
    3840 private:
    3941   BspManager* bspManager;
     42   
     43   std::string name;                   //!< store name
     44   std::string name_write;             //!< temp variable to store name
     45   int name_handle;                    //!< handle for name
    4046
    4147};
Note: See TracChangeset for help on using the changeset viewer.