Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7035 in orxonox.OLD for trunk/src/util/game_rules.h


Ignore:
Timestamp:
Feb 5, 2006, 11:26:21 PM (19 years ago)
Author:
patrick
Message:

trunk: game rules loading problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/game_rules.h

    r7034 r7035  
    2020
    2121  public:
    22     GameRules(const TiXmlElement root);
     22    GameRules(const TiXmlElement* root);
    2323    virtual ~GameRules();
    2424
    25     virtual void loadParams(const TiXmlElement* root);
     25    virtual void loadParams(const TiXmlElement* root = NULL);
    2626
    2727
Note: See TracChangeset for help on using the changeset viewer.