Header file of the irrXML, the Irrlicht XML parser. More...
Go to the source code of this file.
Everything in the Irrlicht Engine can be found in this namespace.
This namespace provides interfaces for input/output: Reading and writing files, accessing zip archives, xml files, ...
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.