Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2008, 8:43:36 PM (16 years ago)
Author:
landauf
Message:

using "XMLPort::Mode mode" instead of "bool loading" in all XMLPort functions

File:
1 edited

Legend:

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

    r877 r902  
    2525            virtual void tick(float dt);
    2626            virtual void loadParams(TiXmlElement* xmlElem);
    27             virtual void XMLPort(Element& xmlelement, bool loading);
     27            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    2828            bool create();
    2929
Note: See TracChangeset for help on using the changeset viewer.