Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2005, 10:32:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: merged the trunk back to branches/physics
merged with command
svn merge -r 4223:HEAD ../../trunk/ .
conflicts additively included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/story_entities/world.h

    r4190 r4283  
    1111#include "story_entity.h"
    1212#include "p_node.h"
    13 #include "xmlparser/tinyxml.h"
    1413
    1514class World;
     
    2423class GarbageCollector;
    2524class Text;
     25class TiXmlElement;
    2626
    2727//! The game world Interface
     
    5757  World (char* name);
    5858  World (int worldID);
    59   World (TiXmlElement* root);
     59  World (const TiXmlElement* root = NULL);
    6060  virtual ~World ();
     61
     62  void loadParams(const TiXmlElement* root);
    6163
    6264  double getGameTime();
Note: See TracChangeset for help on using the changeset viewer.