Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2008, 9:40:00 PM (16 years ago)
Author:
landauf
Message:

several minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/BaseObject.h

    r820 r826  
    3737
    3838#include "CorePrereqs.h"
    39 #include "util/tinyxml/TinyXMLPrereqs.h"
     39#include "util/XMLIncludes.h"
    4040
    4141#include "CoreIncludes.h"
     
    5050            virtual ~BaseObject();
    5151            virtual void loadParams(TiXmlElement* xmlElem);
     52            virtual Element& XMLPort(Element& xmlelement, bool loading);
    5253
    5354            /** @brief Returns a pointer to the level that loaded this object. @return The level */
Note: See TracChangeset for help on using the changeset viewer.