Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4239 in orxonox.OLD for orxonox/branches/levelLoader/src/factory.h


Ignore:
Timestamp:
May 20, 2005, 2:44:10 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: factory not in stdincl anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/factory.h

    r4171 r4239  
    99class BaseObject;
    1010
    11 #include "xmlparser/tinyxml.h"
     11#include "tinyxml.h"
    1212#include "debug.h"
    1313
     
    7979// helper function
    8080
    81 const char* grabParameter( TiXmlElement* root, const char* name);
     81const char* grabParameter(const TiXmlElement* root, const char* name);
    8282
    8383#endif /* _FACTORY_H */
Note: See TracChangeset for help on using the changeset viewer.