Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 4:54:42 PM (16 years ago)
Author:
landauf
Message:

loadParams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/WorldEntity.h

    r580 r583  
    99#include "Mesh.h"
    1010#include "network/Synchronisable.h"
     11#include "tinyxml/tinyxml.h"
    1112
    1213namespace orxonox
     
    1819      ~WorldEntity();
    1920
    20       void tick(float dt);
     21      virtual void tick(float dt);
     22      virtual void loadParams(TiXmlElement* xmlElem);
    2123
    2224      inline Ogre::SceneNode* getNode()
Note: See TracChangeset for help on using the changeset viewer.