Changeset 7035 in orxonox.OLD for trunk/src/util/game_rules.h
- Timestamp:
- Feb 5, 2006, 11:26:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/game_rules.h
r7034 r7035 20 20 21 21 public: 22 GameRules(const TiXmlElement root);22 GameRules(const TiXmlElement* root); 23 23 virtual ~GameRules(); 24 24 25 virtual void loadParams(const TiXmlElement* root );25 virtual void loadParams(const TiXmlElement* root = NULL); 26 26 27 27
Note: See TracChangeset
for help on using the changeset viewer.