Irrlicht 3D Engine
irrXML.h File Reference

Header file of the irrXML, the Irrlicht XML parser. More...

#include <stdio.h>
#include "IrrCompileConfig.h"

Go to the source code of this file.

Classes

Namespaces

Typedefs

Enumerations

Functions


Detailed Description

Header file of the irrXML, the Irrlicht XML parser.

This file includes everything needed for using irrXML, the XML parser of the Irrlicht Engine. To use irrXML, you only need to include this file in your project:

    #include <irrXML.h>

It is also common to use the two namespaces in which irrXML is included, directly after including irrXML.h:

    #include <irrXML.h>
    using namespace irr;
    using namespace io;

Definition in file irrXML.h.