From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../irrlicht-1.8.1/doc/html/irr_x_m_l_8h.html | 218 +++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/irr_x_m_l_8h.html (limited to 'src/others/irrlicht-1.8.1/doc/html/irr_x_m_l_8h.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/irr_x_m_l_8h.html b/src/others/irrlicht-1.8.1/doc/html/irr_x_m_l_8h.html new file mode 100644 index 0000000..cfcb4cd --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/irr_x_m_l_8h.html @@ -0,0 +1,218 @@ + + + + +Irrlicht 3D Engine: irrXML.h File Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
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.

+
+
+ + + + + -- cgit v1.1