Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/branches/levelLoader: constifization

File:
1 edited

Legend:

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

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