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/Model.h

    r871 r902  
    1818            virtual ~Model();
    1919            virtual void loadParams(TiXmlElement* xmlElem);
    20             virtual void XMLPort(Element& xmlelement, bool loading);
     20            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    2121            void setMesh(const std::string& meshname);
    2222            bool create();
Note: See TracChangeset for help on using the changeset viewer.