Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2005, 11:58:49 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: constifization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/world_entities/world_entity.h

    r4251 r4253  
    2323
    2424 public:
    25   WorldEntity(TiXmlElement* root = NULL);
     25  WorldEntity(const TiXmlElement* root = NULL);
    2626  virtual ~WorldEntity ();
    2727
    28   void load(TiXmlElement* root);
     28  void loadParams(const TiXmlElement* root);
    2929  void loadModel(const char* fileName);
    3030
Note: See TracChangeset for help on using the changeset viewer.