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. --- src/others/irrlicht-1.8.1/doc/html/namespaces.html | 128 +++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/namespaces.html (limited to 'src/others/irrlicht-1.8.1/doc/html/namespaces.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/namespaces.html b/src/others/irrlicht-1.8.1/doc/html/namespaces.html new file mode 100644 index 0000000..2bb773e --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/namespaces.html @@ -0,0 +1,128 @@ + + +
+ +irr | Everything in the Irrlicht Engine can be found in this namespace |
irr::core | Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace |
irr::gui | The gui namespace contains useful classes for easy creation of a graphical user interface |
irr::io | This namespace provides interfaces for input/output: Reading and writing files, accessing zip archives, xml files, .. |
irr::scene | All scene management can be found in this namespace: Mesh loading, special scene nodes like octrees and billboards, .. |
irr::scene::quake3 | |
irr::video | The video namespace contains classes for accessing the video driver. All 2d and 3d rendering is done here |