aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogre3d
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2019-07-28 09:40:57 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2019-07-28 09:40:57 +0000
commit7cd6b793ba5899079e171448d037e967e2a152ee (patch)
tree88678d00a38e66f053601ab5f3a5e0c95bea38f6 /graphics/ogre3d
parentea73bb7e37d261b19784f822d5023fe79211f427 (diff)
downloadports-7cd6b793ba5899079e171448d037e967e2a152ee.tar.gz
ports-7cd6b793ba5899079e171448d037e967e2a152ee.zip
update to 1.11.6
fix pkg-plist [1] enhance Makefile a bit [2] PR: 239487 [1] Submitted by: Jan Beich [1] Reported by: Jan Beich [2]
Notes
Notes: svn path=/head/; revision=507501
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r--graphics/ogre3d/Makefile22
-rw-r--r--graphics/ogre3d/distinfo6
-rw-r--r--graphics/ogre3d/pkg-plist3951
3 files changed, 3931 insertions, 48 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index d95c7336e31e..8fccf01b0cb6 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ogre3d
DISTVERSIONPREFIX= v
-DISTVERSION= 1.11.5
+DISTVERSION= 1.11.6
PORTREVISION= 0
CATEGORIES= graphics devel
@@ -17,7 +17,6 @@ COMMENT= Scene-oriented, flexible 3D engine written in C++
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= pkgconf:devel/pkgconf
LIB_DEPENDS= libzzip.so:devel/zziplib \
libfreetype.so:print/freetype2
@@ -25,10 +24,9 @@ CONFLICTS= ogre3d19-[0-9]*
USE_LDCONFIG= yes
USES= cmake pkgconfig compiler:c++11-lib sdl
-USE_SDL= sdl sdl2
+USE_SDL= sdl2
USE_XORG= x11 xaw xext xrandr xt
-CMAKE_OFF= DOXYGEN_GENERATE_LATEX
CMAKE_ARGS+= -DOGRE_BUILD_RENDERSYSTEM_GL3PLUS:BOOL=OFF \
-DOGRE_BUILD_RENDERSYSTEM_GL:BOOL=OFF \
-DOGRE_BUILD_RENDERSYSTEM_GLES2:BOOL=OFF \
@@ -53,7 +51,6 @@ FREEIMAGE_DESC= Build FreeImage codec
FREEIMAGE_CMAKE_BOOL= OGRE_BUILD_PLUGIN_FREEIMAGE
FREEIMAGE_LIB_DEPENDS= libfreeimage.so:graphics/freeimage
-OPENEXR_DESC= Build EXR Codec plugin
OPENEXR_USE= XORG=ice
OPENEXR_CMAKE_BOOL= OGRE_BUILD_PLUGIN_EXRCODEC
OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \
@@ -61,36 +58,29 @@ OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \
libHalf.so:graphics/ilmbase \
libIex-2_3.so:graphics/ilmbase
-OPENGL_DESC= OpenGL support
OPENGL_CMAKE_BOOL= OGRE_BUILD_RENDERSYSTEM_GL3PLUS \
OGRE_BUILD_RENDERSYSTEM_GL \
OGRE_BUILD_RENDERSYSTEM_GLES2
-OPENGL_LIB_DEPENDS= libGL.so:graphics/mesa-libs
-OPENGL_VARS= USE_XORG+=sm ice
+OPENGL_USES= gl
+OPENGL_USE= XORG=sm,ice GL=gl
-PROFILE_DESC= Enable internal profiling support
PROFILE_CMAKE_BOOL= OGRE_PROFILING
CSHARP_DESC= Build Csharp bindings
CSHARP_CMAKE_BOOL= OGRE_BUILD_COMPONENT_CSHARP
CSHARP_BUILD_DEPENDS= swig3.0:devel/swig30
-JAVA_DESC= Build java bindings
JAVA_CMAKE_BOOL= OGRE_BUILD_COMPONENT_JAVA
JAVA_BUILD_DEPENDS= swig3.0:devel/swig30
-JAVA_VARS= USE_JAVA=yes \
- CMAKE_ARGS+=-DJAVA_HOME=${JAVA_HOME}
+JAVA_VARS= CMAKE_ARGS+=-DJAVA_HOME=${JAVA_HOME}
+JAVA_USE= JAVA=yes
-PYTHON_DESC= Build python bindings
PYTHON_CMAKE_BOOL= OGRE_BUILD_COMPONENT_PYTHON
PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30
PYTHON_USES= python
CXXFLAGS+= -DNDEBUG -I${LOCALBASE}/include
-# BROKEN_aarch64= does not compile: error: class member cannot be redeclared
-# BROKEN_powerpc= does not install
-
post-patch:
@${REINPLACE_CMD} -e '\
s,defined(__x86_64__),& || defined(__sparc64__) || defined(__amd64__),' \
diff --git a/graphics/ogre3d/distinfo b/graphics/ogre3d/distinfo
index 734c482e9017..eea4dc8801be 100644
--- a/graphics/ogre3d/distinfo
+++ b/graphics/ogre3d/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553869941
-SHA256 (OGRECave-ogre-v1.11.5_GH0.tar.gz) = fadcedf2e58c27f92b94342903c89dad06d0ee93998f5043994ac4ed45ab81da
-SIZE (OGRECave-ogre-v1.11.5_GH0.tar.gz) = 125185699
+TIMESTAMP = 1564272099
+SHA256 (OGRECave-ogre-v1.11.6_GH0.tar.gz) = 15417c78a48bac3c1d19026a451b11fad966bcdddefc5319920ad9e1fd78505b
+SIZE (OGRECave-ogre-v1.11.6_GH0.tar.gz) = 125166147
diff --git a/graphics/ogre3d/pkg-plist b/graphics/ogre3d/pkg-plist
index ebdcc30e3a6e..b2cd919fb0cd 100644
--- a/graphics/ogre3d/pkg-plist
+++ b/graphics/ogre3d/pkg-plist
@@ -663,29 +663,29 @@ include/OGRE/Volume/OgreVolumeSimplexNoise.h
include/OGRE/Volume/OgreVolumeSource.h
include/OGRE/Volume/OgreVolumeTextureSource.h
%%FREEIMAGE%%lib/OGRE/Codec_FreeImage.so
-%%FREEIMAGE%%lib/OGRE/Codec_FreeImage.so.1.11.5
+%%FREEIMAGE%%lib/OGRE/Codec_FreeImage.so.1.11.6
%%OPENEXR%%lib/OGRE/Codec_EXR.so
-%%OPENEXR%%lib/OGRE/Codec_EXR.so.1.11.5
+%%OPENEXR%%lib/OGRE/Codec_EXR.so.1.11.6
lib/OGRE/Codec_STBI.so
-lib/OGRE/Codec_STBI.so.1.11.5
+lib/OGRE/Codec_STBI.so.1.11.6
lib/OGRE/Plugin_BSPSceneManager.so
-lib/OGRE/Plugin_BSPSceneManager.so.1.11.5
+lib/OGRE/Plugin_BSPSceneManager.so.1.11.6
lib/OGRE/Plugin_OctreeSceneManager.so
-lib/OGRE/Plugin_OctreeSceneManager.so.1.11.5
+lib/OGRE/Plugin_OctreeSceneManager.so.1.11.6
lib/OGRE/Plugin_OctreeZone.so
-lib/OGRE/Plugin_OctreeZone.so.1.11.5
+lib/OGRE/Plugin_OctreeZone.so.1.11.6
lib/OGRE/Plugin_PCZSceneManager.so
-lib/OGRE/Plugin_PCZSceneManager.so.1.11.5
+lib/OGRE/Plugin_PCZSceneManager.so.1.11.6
lib/OGRE/Plugin_ParticleFX.so
-lib/OGRE/Plugin_ParticleFX.so.1.11.5
+lib/OGRE/Plugin_ParticleFX.so.1.11.6
%%OPENGL%%lib/OGRE/RenderSystem_GL.so
-%%OPENGL%%lib/OGRE/RenderSystem_GL.so.1.11.5
+%%OPENGL%%lib/OGRE/RenderSystem_GL.so.1.11.6
%%OPENGL%%lib/OGRE/RenderSystem_GL3Plus.so
-%%OPENGL%%lib/OGRE/RenderSystem_GL3Plus.so.1.11.5
+%%OPENGL%%lib/OGRE/RenderSystem_GL3Plus.so.1.11.6
%%OPENGL%%lib/OGRE/RenderSystem_GLES2.so
-%%OPENGL%%lib/OGRE/RenderSystem_GLES2.so.1.11.5
+%%OPENGL%%lib/OGRE/RenderSystem_GLES2.so.1.11.6
lib/OGRE/Samples/DefaultSamples.so
-lib/OGRE/Samples/DefaultSamples.so.1.11.5
+lib/OGRE/Samples/DefaultSamples.so.1.11.6
lib/OGRE/cmake/FindPkgMacros.cmake
lib/OGRE/cmake/OGREConfig.cmake
lib/OGRE/cmake/OGREConfigVersion.cmake
@@ -693,26 +693,26 @@ lib/OGRE/cmake/OgreTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/OGRE/cmake/OgreTargets.cmake
%%CSHARP%%lib/libOgre.so
lib/libOgreBites.so
-lib/libOgreBites.so.1.11.5
+lib/libOgreBites.so.1.11.6
%%OPENGL%%lib/libOgreGLSupport.a
lib/libOgreHLMS.so
-lib/libOgreHLMS.so.1.11.5
+lib/libOgreHLMS.so.1.11.6
lib/libOgreMain.so
-lib/libOgreMain.so.1.11.5
+lib/libOgreMain.so.1.11.6
lib/libOgreMeshLodGenerator.so
-lib/libOgreMeshLodGenerator.so.1.11.5
+lib/libOgreMeshLodGenerator.so.1.11.6
lib/libOgreOverlay.so
-lib/libOgreOverlay.so.1.11.5
+lib/libOgreOverlay.so.1.11.6
lib/libOgrePaging.so
-lib/libOgrePaging.so.1.11.5
+lib/libOgrePaging.so.1.11.6
lib/libOgreProperty.so
-lib/libOgreProperty.so.1.11.5
+lib/libOgreProperty.so.1.11.6
lib/libOgreRTShaderSystem.so
-lib/libOgreRTShaderSystem.so.1.11.5
+lib/libOgreRTShaderSystem.so.1.11.6
lib/libOgreTerrain.so
-lib/libOgreTerrain.so.1.11.5
+lib/libOgreTerrain.so.1.11.6
lib/libOgreVolume.so
-lib/libOgreVolume.so.1.11.5
+lib/libOgreVolume.so.1.11.6
%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/Ogre.py
%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/OgreBites.py
%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/OgreNumpy.py
@@ -858,9 +858,8 @@ share/OGRE/Media/RTShaderLib/GLSL/SGXLib_TriplanarTexturing.glsl
share/OGRE/Media/RTShaderLib/GLSL/SampleLib_InstancedViewports.glsl
share/OGRE/Media/RTShaderLib/GLSL/SampleLib_ReflectionMap.glsl
share/OGRE/Media/RTShaderLib/GLSL/SegmentedPerPixelLighting.glsl
-share/OGRE/Media/RTShaderLib/GLSLES/FFPLib_Texturing.glsl
-share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_LayeredBlending.glsl
share/OGRE/Media/RTShaderLib/HLSL_Cg/DualQuaternionSkinning_Shadow.cg
+share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_AlphaTest.cg
share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Common.cg
share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Fog.cg
share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Lighting.cg
@@ -933,7 +932,6 @@ share/OGRE/Media/materials/programs/Cg/TilingFP.cg
share/OGRE/Media/materials/programs/Cg/VTFInstancing.cg
share/OGRE/Media/materials/programs/Cg/depthshadowobject.cg
share/OGRE/Media/materials/programs/Cg/hdr.cg
-share/OGRE/Media/materials/programs/Cg/instancing.cg
share/OGRE/Media/materials/programs/Cg/isosurf.cg
share/OGRE/Media/materials/programs/Cg/oceanHLSL_Cg.frag
share/OGRE/Media/materials/programs/Cg/oceanHLSL_Cg.vert
@@ -956,7 +954,6 @@ share/OGRE/Media/materials/programs/GLSL/hdr_downscale2x2luminence.glsl
share/OGRE/Media/materials/programs/GLSL/hdr_downscale3x3.glsl
share/OGRE/Media/materials/programs/GLSL/hdr_downscale3x3brightpass.glsl
share/OGRE/Media/materials/programs/GLSL/hdr_finalToneMapping.glsl
-share/OGRE/Media/materials/programs/GLSL/instancingVp.glsl
share/OGRE/Media/materials/programs/GLSL/mrttestfp_quad.glsl
share/OGRE/Media/materials/programs/GLSL/mrttestfp_scene.glsl
share/OGRE/Media/materials/programs/GLSL120/AmbientOneTexture.glsl
@@ -1078,7 +1075,6 @@ share/OGRE/Media/materials/programs/GLSL150/hdr_downscale2x2luminence.glsl
share/OGRE/Media/materials/programs/GLSL150/hdr_downscale3x3.glsl
share/OGRE/Media/materials/programs/GLSL150/hdr_downscale3x3brightpass.glsl
share/OGRE/Media/materials/programs/GLSL150/hdr_finalToneMapping.glsl
-share/OGRE/Media/materials/programs/GLSL150/instancingVp.glsl
share/OGRE/Media/materials/programs/GLSL150/mrttestfp_quad.glsl
share/OGRE/Media/materials/programs/GLSL150/mrttestfp_scene.glsl
share/OGRE/Media/materials/programs/GLSL150/pssmCasterFp.glsl
@@ -1393,7 +1389,6 @@ share/OGRE/Media/materials/scripts/VTFInstancing.material
share/OGRE/Media/materials/scripts/VarianceShadowmap.material
share/OGRE/Media/materials/scripts/facial.material
share/OGRE/Media/materials/scripts/hdr.material
-share/OGRE/Media/materials/scripts/instancing.material
share/OGRE/Media/materials/scripts/pssm.material
share/OGRE/Media/materials/scripts/shadows.material
share/OGRE/Media/materials/scripts/sibenik.material
@@ -9803,6 +9798,7 @@ share/OGRE/Media/volumeTerrain/volumeTerrainBig.zip
%%DOCS%%share/OGRE/docs/api/html/navtreeindex146.js
%%DOCS%%share/OGRE/docs/api/html/navtreeindex147.js
%%DOCS%%share/OGRE/docs/api/html/navtreeindex148.js
+%%DOCS%%share/OGRE/docs/api/html/navtreeindex149.js
%%DOCS%%share/OGRE/docs/api/html/navtreeindex15.js
%%DOCS%%share/OGRE/docs/api/html/navtreeindex16.js
%%DOCS%%share/OGRE/docs/api/html/navtreeindex17.js
@@ -11064,7 +11060,3904 @@ share/OGRE/Media/volumeTerrain/volumeTerrainBig.zip
%%DOCS%%share/OGRE/docs/ogre-logo.gif
%%DOCS%%share/OGRE/docs/ogre-logo.png
%%DOCS%%share/OGRE/docs/ogre_style.css
-%%JAVA%%share/OGRE/java/Ogre-1.11.5.jar
+%%DOCS%%share/OGRE/docs/api/latex/CreateShaderBasedTech.svg
+%%DOCS%%share/OGRE/docs/api/latex/DeferredCone1.PNG
+%%DOCS%%share/OGRE/docs/api/latex/DeferredCone2.PNG
+%%DOCS%%share/OGRE/docs/api/latex/GBufferPerfHUD.PNG
+%%DOCS%%share/OGRE/docs/api/latex/Gui2.jpg
+%%DOCS%%share/OGRE/docs/api/latex/Makefile
+%%DOCS%%share/OGRE/docs/api/latex/ResourceManagement.svg
+%%DOCS%%share/OGRE/docs/api/latex/RuntimeShaderGeneration.svg
+%%DOCS%%share/OGRE/docs/api/latex/TextureSource.svg
+%%DOCS%%share/OGRE/docs/api/latex/_building_ogre_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/_direct3_d11_2include_2_ogre_min_g_w_support_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_direct3_d9_2include_2_ogre_min_g_w_support_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_a_s_t_c_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_advanced_render_controls_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_aligned_allocator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_animable_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_animation_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_animation_state_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_animation_track_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_anti_portal_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_any_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_application_context_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_archive_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_archive_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_archive_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_area_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_atomic_scalar_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_auto_param_data_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_axis_aligned_box_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_billboard_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_billboard_chain_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_billboard_particle_renderer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_billboard_set_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bites_config_dialog_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bitwise_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_blend_mode_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bone_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_border_panel_overlay_element_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_box_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_box_emitter_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bsp_level_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bsp_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bsp_scene_loader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bsp_scene_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bsp_scene_manager_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_bsp_scene_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_camera_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_camera_man_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_capsule_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_cg_fx_script_loader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_cg_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_cg_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_cg_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_cg_program_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_fader_affector2_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_fader_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_fader_affector_factory2_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_fader_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_image_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_image_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_interpolator_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_interpolator_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_colour_value_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_com_ptr_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_composition_pass_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_composition_target_pass_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_composition_technique_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_compositor_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_compositor_chain_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_compositor_instance_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_compositor_logic_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_compositor_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_config_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_config_dialog_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_config_dialog_imp_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_config_file_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_config_option_map_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_controller_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_controller_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_convex_body_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_custom_composition_pass_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_cylinder_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_cylinder_emitter_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_depth_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_device_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_device_resource_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_driver_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_driver_list_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_gpu_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_h_l_s_l_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_h_l_s_l_program_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_hardware_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_hardware_buffer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_hardware_index_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_hardware_occlusion_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_hardware_pixel_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_hardware_uniform_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_hardware_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_mappings_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_multi_render_target_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_render_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_render_to_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_render_window_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_stereo_driver_a_m_d_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_stereo_driver_bridge_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_stereo_driver_impl_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_stereo_driver_n_v_i_d_i_a_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_texture_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_vertex_declaration_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_video_mode_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d11_video_mode_list_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_depth_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_device_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_device_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_driver_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_driver_list_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_gpu_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_gpu_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_h_l_s_l_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_h_l_s_l_program_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_hardware_buffer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_hardware_index_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_hardware_occlusion_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_hardware_pixel_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_hardware_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_mappings_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_multi_render_target_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_render_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_render_window_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_resource_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_resource_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_stereo_driver_a_m_d_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_stereo_driver_bridge_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_stereo_driver_impl_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_stereo_driver_n_v_i_d_i_a_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_texture_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_vertex_declaration_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_video_mode_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d3_d9_video_mode_list_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_d_d_s_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_data_stream_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_default_hardware_buffer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_default_work_queue_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_default_work_queue_standard_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_default_work_queue_t_b_b_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_default_zone_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_deflate_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_deflector_plane_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_deflector_plane_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_depth_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_direction_randomiser_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_direction_randomiser_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_distance_lod_strategy_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_dual_quaternion_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_dyn_lib_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_dyn_lib_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_e_t_c_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_e_x_r_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_edge_list_builder_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_ellipsoid_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_ellipsoid_emitter_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_entity_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_exception_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_external_texture_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_external_texture_source_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_factory_obj_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_file_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_file_system_layer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_font_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_font_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_frame_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_free_image_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_frustum_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_depth_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_f_b_o_multi_render_target_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_f_b_o_render_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_frame_buffer_object_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_buffer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_counter_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_index_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_occlusion_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_pixel_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_shader_storage_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_uniform_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_hardware_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_pixel_format_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_render_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_render_to_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_state_cache_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_texture_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l3_plus_texture_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_context_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_copying_render_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_depth_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_depth_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_f_b_o_multi_render_target_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_f_b_o_render_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_frame_buffer_object_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_gpu_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_hardware_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_hardware_buffer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_hardware_index_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_hardware_occlusion_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_hardware_pixel_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_hardware_uniform_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_hardware_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_managed_resource_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_managed_resource_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_pixel_format_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_render_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_render_to_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_state_cache_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_e_s2_texture_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_f_b_o_multi_render_target_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_f_b_o_render_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_frame_buffer_object_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_gpu_nvparse_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_gpu_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_gpu_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_hardware_buffer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_hardware_index_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_hardware_occlusion_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_hardware_pixel_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_hardware_pixel_buffer_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_hardware_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_native_support_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_p_b_render_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_p_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_pixel_format_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_render_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_render_system_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_render_target_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_render_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_render_to_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_cg_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_cg_program_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_ext_support_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_link_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_program_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_program_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_e_s_program_pipeline_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_gpu_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_link_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_link_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_monolithic_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_preprocessor_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_program_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_program_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_program_manager_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_separable_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_shader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_shader_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_shader_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_s_l_shader_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_state_cache_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_state_cache_manager_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_texture_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_texture_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_uniform_cache_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_util_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_g_l_vertex_array_object_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_gpu_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_gpu_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_gpu_program_params_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_gpu_program_usage_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_grid2_d_page_strategy_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_grid3_d_page_strategy_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_buffer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_counter_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_index_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_occlusion_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_pixel_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_uniform_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hardware_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_header_prefix_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_header_suffix_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_high_level_gpu_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_high_level_gpu_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_datablock_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_material_base_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_pbs_material_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_property_helper_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_property_map_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_shader_common_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_shader_generator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_shader_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_shader_pieces_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hlms_shader_template_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hollow_ellipsoid_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_hollow_ellipsoid_emitter_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_id_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_id_string_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_image_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_image_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_input_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_instance_batch_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_instance_batch_h_w_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_instance_batch_h_w___v_t_f_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_instance_batch_shader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_instance_batch_v_t_f_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_instance_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_instanced_entity_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_iterator_wrapper_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_iterator_wrappers_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_key_frame_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_light_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_linear_force_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_linear_force_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod0_stripifier_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_collapse_cost_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_collapse_cost_curvature_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_collapse_cost_outside_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_collapse_cost_profiler_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_collapse_cost_quadric_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_collapser_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_config_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_config_serializer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_data_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_input_provider_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_input_provider_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_input_provider_mesh_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_output_provider_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_output_provider_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_output_provider_compressed_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_output_provider_compressed_mesh_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_output_provider_mesh_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_outside_marker_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_strategy_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_strategy_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_work_queue_injector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_work_queue_injector_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_work_queue_request_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_lod_work_queue_worker_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_log_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_log_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_manual_object_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_material_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_material_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_material_serializer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_math_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_matrix3_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_matrix4_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_memory_allocator_config_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_mesh_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_mesh_file_format_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_mesh_lod_generator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_mesh_lod_precompiled_headers_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_mesh_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_mesh_serializer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_monitor_info_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_movable_object_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_movable_plane_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_murmur_hash3_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_name_generator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_nsight_checker_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_numerics_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_camera_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_scene_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_scene_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_zone_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_zone_octree_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_octree_zone_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_optimised_util_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_container_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_element_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_element_commands_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_element_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_profile_session_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_overlay_translator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_plane_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_z_camera_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_z_frustum_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_z_light_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_z_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_z_scene_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_z_scene_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_z_scene_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_zone_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_c_zone_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_p_v_r_t_c_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_connection_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_content_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_content_collection_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_content_collection_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_content_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_file_formats_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_page_strategy_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_paged_world_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_paged_world_section_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_paging_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_paging_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_panel_overlay_element_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_emitter_commands_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_emitter_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_f_x_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_iterator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_system_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_particle_system_renderer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_pass_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_patch_mesh_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_patch_surface_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_pixel_count_lod_strategy_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_pixel_format_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_plane_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_plane_bounded_volume_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_platform_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_platform_information_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_plugin_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_point_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_point_emitter_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_polygon_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_portal_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_portal_base_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_pose_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_predefined_controllers_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_prefab_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_profiler_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_property_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_quake3_level_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_quake3_shader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_quake3_shader_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_quake3_types_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_quaternion_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_r_t_shader_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_radix_sort_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_ray_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_rectangle2_d_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_object_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_operation_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_queue_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_queue_invocation_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_queue_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_queue_sorting_grouping_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_system_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_system_capabilities_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_system_capabilities_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_system_capabilities_serializer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_target_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_target_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_to_vertex_buffer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_render_window_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_renderable_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_resource_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_resource_background_queue_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_resource_group_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_resource_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_ribbon_trail_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_ring_emitter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_ring_emitter_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_root_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_rotation_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_rotation_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_rotational_spline_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_s_g_technique_resolver_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_s_t_b_i_codec_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scale_affector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scale_affector_factory_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scene_loader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scene_loader_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scene_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scene_manager_enumerator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scene_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_scene_query_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_script_compiler_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_script_loader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_script_translator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_search_ops_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_segment_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_serializer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_c_g_program_processor_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_c_g_program_writer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_dual_quaternion_skinning_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_hardware_skinning_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_hardware_skinning_technique_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_integrated_p_s_s_m3_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_layered_blending_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_linear_skinning_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_normal_map_lighting_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_per_pixel_lighting_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_texture_atlas_sampler_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_ex_triplanar_texturing_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_alpha_test_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_colour_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_fog_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_lighting_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_render_state_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_render_state_builder_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_texturing_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_f_f_p_transform_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_function_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_function_atom_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_g_l_s_l_e_s_program_processor_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_g_l_s_l_e_s_program_writer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_g_l_s_l_program_processor_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_g_l_s_l_program_writer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_generator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_h_l_s_l_program_processor_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_h_l_s_l_program_writer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_material_serializer_listener_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_parameter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_precompiled_headers_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_program_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_program_processor_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_program_set_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_program_writer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_program_writer_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_render_state_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_script_translator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shader_sub_render_state_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadow_camera_setup_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadow_camera_setup_focused_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadow_camera_setup_li_s_p_s_m_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadow_camera_setup_p_s_s_m_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadow_camera_setup_plane_optimal_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadow_caster_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadow_texture_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shadows_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_shared_ptr_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_simple_page_content_collection_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_simple_renderable_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_simple_spline_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_singleton_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_skeleton_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_skeleton_file_format_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_skeleton_instance_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_skeleton_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_skeleton_serializer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_small_vector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_sphere_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_static_face_group_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_static_geometry_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_static_plugin_loader_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_std_headers_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_stream_serialiser_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_string_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_string_converter_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_string_interface_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_string_vector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_sub_entity_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_sub_mesh_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_tag_point_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_tangent_space_calc_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_technique_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_auto_update_lod_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_group_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_layer_blend_map_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_lod_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_material_generator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_material_generator_a_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_material_shader_helpers_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_paged_world_section_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_paging_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_prerequisites_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_terrain_quad_tree_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_text_area_overlay_element_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_texture_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_texture_manager_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_texture_unit_state_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_defines_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_defines_boost_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_defines_none_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_defines_poco_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_defines_s_t_d_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_defines_t_b_b_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_headers_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_headers_boost_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_headers_poco_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_headers_s_t_d_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_thread_headers_t_b_b_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_timer_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_trays_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_unified_high_level_gpu_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_user_object_bindings_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vector2_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vector3_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vector4_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vector_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vector_set_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vector_set_impl_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vertex_bone_assignment_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_vertex_index_data_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_viewport_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_c_s_g_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_cache_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_chunk_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_chunk_handler_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_dual_grid_generator_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_grid_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_half_float_grid_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_iso_surface_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_iso_surface_m_c_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_iso_surface_tables_m_c_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_mesh_builder_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_octree_node_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_octree_node_split_policy_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_simplex_noise_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_volume_texture_source_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_window_event_utilities_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_wire_bounding_box_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_work_queue_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_ogre_zip_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_plus_2include_2_g_l_s_l_2_ogre_g_l_s_l_ext_support_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/_plus_2include_2_g_l_s_l_2_ogre_g_l_s_l_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/annotated.tex
+%%DOCS%%share/OGRE/docs/api/latex/apimainpage_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/basictutorial1_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/basictutorial2_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/bibTmpFile_1.bib
+%%DOCS%%share/OGRE/docs/api/latex/bt1_added_entity.png
+%%DOCS%%share/OGRE/docs/api/latex/bt1_display1921.png
+%%DOCS%%share/OGRE/docs/api/latex/bt1_first_run.png
+%%DOCS%%share/OGRE/docs/api/latex/bt1_rotated_entity.png
+%%DOCS%%share/OGRE/docs/api/latex/bt2_light_dir_1.png
+%%DOCS%%share/OGRE/docs/api/latex/bt2_light_dir_2.png
+%%DOCS%%share/OGRE/docs/api/latex/bt2_ninja1.jpg
+%%DOCS%%share/OGRE/docs/api/latex/bt2_ninja2.jpg
+%%DOCS%%share/OGRE/docs/api/latex/bt2_ninja3.jpg
+%%DOCS%%share/OGRE/docs/api/latex/bt2_plane_normal.png
+%%DOCS%%share/OGRE/docs/api/latex/bt_1scaled_entity.png
+%%DOCS%%share/OGRE/docs/api/latex/citelist.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_a_p_k_file_system_archive_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_a_p_k_file_system_archive_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_a_p_k_file_system_archive_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_a_s_t_c_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_a_s_t_c_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_a_s_t_c_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_absolute_pixel_count_lod_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_absolute_pixel_count_lod_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_absolute_pixel_count_lod_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_abstract_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_abstract_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_abstract_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_affine3.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_affine3__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_affine3__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_aligned_memory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_alloc_policy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_allocated_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_angle.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animable_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animable_object__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animable_object__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animable_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animable_value__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animable_value__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_container.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_container__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_container__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_controller_function.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_controller_function__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_controller_function__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state_controller_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state_controller_value__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state_controller_value__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state_set.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state_set__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_state_set__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_track.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_track_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_track__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_animation_track__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_anti_portal.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_anti_portal__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_anti_portal__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_anti_portal_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_anti_portal_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_anti_portal_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_any.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_any__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_any__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_any_numeric.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_any_numeric__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_any_numeric__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_archive_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_depth.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_depth__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_depth__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_height.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_height__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_height__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_width.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_width__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter_1_1_cmd_width__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_area_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_atom_abstract_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_atom_abstract_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_atom_abstract_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_auto_param_data_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_auto_param_data_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_auto_param_data_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_axis_aligned_box.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_axis_aligned_box_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_axis_aligned_box_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_axis_aligned_box_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_base_instance_batch_v_t_f.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_base_instance_batch_v_t_f__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_base_instance_batch_v_t_f__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_chain.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_chain_1_1_element.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_chain__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_chain__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_chain_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_chain_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_chain_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_accurate_facing.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_accurate_facing__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_accurate_facing__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_origin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_origin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_origin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_rotation_type.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_rotation_type__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_rotation_type__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_type.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_type__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_billboard_type__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_common_direction.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_common_direction__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_common_direction__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_common_up_vector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_common_up_vector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_common_up_vector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_point_rendering.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_point_rendering__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_1_1_cmd_point_rendering__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_particle_renderer_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_set.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_set__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_set__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_set_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_set_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_billboard_set_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bitwise.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bone.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bone__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bone__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_left_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_left_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_left_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_right_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_right_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_right_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_bottom_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_left_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_left_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_left_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_material.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_material__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_material__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_right_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_right_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_right_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_size.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_size__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_size__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_left_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_left_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_left_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_right_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_right_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_right_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_u_v.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_u_v__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_1_1_cmd_border_top_u_v__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_panel_overlay_element_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_renderable.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_renderable__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_border_renderable__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_box_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_box_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_box_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_box_emitter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_box_emitter_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_box_emitter_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_intersection_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_intersection_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_intersection_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_level.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_level__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_level__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_ray_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_ray_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_ray_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_loader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_loader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_loader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_manager_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_bsp_scene_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_c_preprocessor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_camera.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_camera_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_camera__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_camera__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_capsule.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_fx_script_loader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_fx_script_loader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_fx_script_loader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_args.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_args__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_args__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_entry_point.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_entry_point__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_entry_point__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_profiles.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_profiles__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_1_1_cmd_profiles__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cg_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_codec_1_1_codec_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_codec_1_1_codec_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_codec_1_1_codec_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_alpha_adjust1.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_alpha_adjust1__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_alpha_adjust1__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_alpha_adjust2.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_alpha_adjust2__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_alpha_adjust2__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_blue_adjust1.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_blue_adjust1__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_blue_adjust1__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_blue_adjust2.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_blue_adjust2__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_blue_adjust2__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_green_adjust1.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_green_adjust1__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_green_adjust1__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_green_adjust2.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_green_adjust2__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_green_adjust2__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_red_adjust1.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_red_adjust1__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_red_adjust1__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_red_adjust2.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_red_adjust2__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_red_adjust2__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_state_change.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_state_change__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2_1_1_cmd_state_change__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector2__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_alpha_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_alpha_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_alpha_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_blue_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_blue_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_blue_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_green_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_green_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_green_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_red_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_red_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_1_1_cmd_red_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_factory2.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_factory2__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_factory2__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_fader_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector_1_1_cmd_image_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector_1_1_cmd_image_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector_1_1_cmd_image_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_image_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_1_1_cmd_colour_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_1_1_cmd_colour_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_1_1_cmd_colour_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_1_1_cmd_time_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_1_1_cmd_time_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_1_1_cmd_time_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_interpolator_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_colour_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_com_ptr.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_pass.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_pass__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_pass__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_target_pass.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_target_pass__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_target_pass__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_technique.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_technique_1_1_texture_definition.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_technique_1_1_texture_definition__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_technique_1_1_texture_definition__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_technique__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_composition_technique__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_chain.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_chain__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_chain__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance_1_1_render_system_operation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance_1_1_render_system_operation__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance_1_1_render_system_operation__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance_1_1_target_operation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_instance__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_logic.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_compositor_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_config_dialog.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_config_dialog__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_config_dialog__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_config_file.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_config_file__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_config_file__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_const_map_iterator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_const_map_iterator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_const_map_iterator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_const_vector_iterator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_const_vector_iterator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_const_vector_iterator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_function.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_function__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_function__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_value__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_controller_value__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_convex_body.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_compositor_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_compositor_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_compositor_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_gpu_program_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_gpu_program_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_gpu_program_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_gpu_shared_parameters_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_gpu_shared_parameters_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_gpu_shared_parameters_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_high_level_gpu_program_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_high_level_gpu_program_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_high_level_gpu_program_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_material_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_material_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_material_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_particle_system_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_particle_system_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_create_particle_system_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_custom_composition_pass.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cylinder_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cylinder_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cylinder_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cylinder_emitter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cylinder_emitter_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_cylinder_emitter_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_depth_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_depth_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_depth_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_device.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_device_resource.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_device_resource__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_device_resource__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_device_resource_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_device_resource_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_device_resource_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_driver.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_driver_list.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_gpu_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_gpu_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_gpu_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_column_major_matrices.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_column_major_matrices__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_column_major_matrices__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_enable_backwards_compatibility.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_enable_backwards_compatibility__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_enable_backwards_compatibility__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_entry_point.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_entry_point__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_entry_point__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_preprocessor_defines.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_preprocessor_defines__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_preprocessor_defines__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_1_1_cmd_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_h_l_s_l_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_buffer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_buffer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_buffer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_index_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_index_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_occlusion_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_occlusion_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_occlusion_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_pixel_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_pixel_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_pixel_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_uniform_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_uniform_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_uniform_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_hardware_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_mappings.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_multi_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_multi_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_multi_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_to_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_to_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_to_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_window_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_window_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_window_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_window_swap_chain_based.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_window_swap_chain_based__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_render_window_swap_chain_based__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_rendering_a_p_i_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_rendering_a_p_i_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_rendering_a_p_i_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_a_m_d.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_a_m_d__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_a_m_d__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_bridge.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_bridge__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_bridge__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_impl.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_impl__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_impl__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_n_v_i_d_i_a.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_n_v_i_d_i_a__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_stereo_driver_n_v_i_d_i_a__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_texture_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_texture_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_texture_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_vertex_declaration.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_vertex_declaration__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_vertex_declaration__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_video_mode.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d11_video_mode_list.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_depth_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_depth_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_depth_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_device.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_device__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_device__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_device_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_device_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_device_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_driver.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_driver__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_driver__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_driver_list.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_driver_list__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_driver_list__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_fragment_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_fragment_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_fragment_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_1_1_cmd_column_major_matrices.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_1_1_cmd_column_major_matrices__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_1_1_cmd_column_major_matrices__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_1_1_cmd_external_microcode.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_1_1_cmd_external_microcode__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_1_1_cmd_external_microcode__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_vertex_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_vertex_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_gpu_vertex_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_assembler_code.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_assembler_code__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_assembler_code__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_backwards_compatibility.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_backwards_compatibility__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_backwards_compatibility__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_column_major_matrices.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_column_major_matrices__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_column_major_matrices__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_entry_point.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_entry_point__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_entry_point__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_microcode.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_microcode__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_microcode__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_optimisation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_optimisation__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_optimisation__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_preprocessor_defines.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_preprocessor_defines__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_preprocessor_defines__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_1_1_cmd_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_h_l_s_l_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_buffer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_buffer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_buffer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_index_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_index_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_occlusion_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_occlusion_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_occlusion_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_pixel_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_pixel_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_pixel_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_hardware_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_mappings.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_multi_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_multi_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_multi_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_window.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_window__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_render_window__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_resource.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_resource__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_resource__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_resource_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_resource_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_resource_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_a_m_d.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_a_m_d__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_a_m_d__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_bridge.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_bridge__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_bridge__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_impl.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_impl__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_impl__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_n_v_i_d_i_a.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_n_v_i_d_i_a__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_stereo_driver_n_v_i_d_i_a__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_texture_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_texture_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_texture_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_vertex_declaration.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_vertex_declaration__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_vertex_declaration__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_video_mode.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_video_mode_list.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_video_mode_list__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d3_d9_video_mode_list__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d_d_s_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d_d_s_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_d_d_s_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_data_stream.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_data_stream__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_data_stream__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_axis_aligned_box_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_axis_aligned_box_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_axis_aligned_box_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_buffer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_buffer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_buffer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_buffer_manager_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_buffer_manager_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_buffer_manager_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_counter_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_counter_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_counter_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_index_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_index_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_uniform_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_uniform_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_uniform_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_hardware_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_intersection_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_intersection_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_intersection_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_plane_bounded_volume_list_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_plane_bounded_volume_list_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_plane_bounded_volume_list_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_properties.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_ray_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_ray_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_ray_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_scene_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_scene_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_scene_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_scene_manager_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_scene_manager_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_scene_manager_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_shadow_camera_setup.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_shadow_camera_setup__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_shadow_camera_setup__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_sphere_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_sphere_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_sphere_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_work_queue.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_work_queue__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_work_queue__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_work_queue_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_work_queue_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_work_queue_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_zone.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_zone__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_zone__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_zone_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_zone_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_default_zone_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflate_stream.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflate_stream__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflate_stream__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_bounce.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_bounce__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_bounce__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_plane_normal.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_plane_normal__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_plane_normal__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_plane_point.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_plane_point__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_1_1_cmd_plane_point__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_deflector_plane_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_degree.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_depth_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_depth_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_depth_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_keep_velocity.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_keep_velocity__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_keep_velocity__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_randomness.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_randomness__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_randomness__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_scope.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_scope__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_1_1_cmd_scope__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_direction_randomiser_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_box_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_box_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_box_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_sphere_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_sphere_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_sphere_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_strategy_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_strategy_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_distance_lod_strategy_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_dual_quaternion.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_dyn_lib.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_dyn_lib__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_dyn_lib__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_dyn_lib_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_dyn_lib_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_dyn_lib_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_e_t_c_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_e_t_c_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_e_t_c_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_e_x_r_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_e_x_r_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_e_x_r_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_edge_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_edge_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_edge_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_edge_list_builder.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ellipsoid_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ellipsoid_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ellipsoid_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ellipsoid_emitter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ellipsoid_emitter_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ellipsoid_emitter_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_embedded_zip_archive_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_embedded_zip_archive_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_embedded_zip_archive_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_angle.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_angle__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_angle__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour_range_end.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour_range_end__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour_range_end__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour_range_start.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour_range_start__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_colour_range_start__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_dir_position_ref.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_dir_position_ref__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_dir_position_ref__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_direction.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_direction__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_direction__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_duration.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_duration__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_duration__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_emission_rate.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_emission_rate__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_emission_rate__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_emitted_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_emitted_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_emitted_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_duration.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_duration__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_duration__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_repeat_delay.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_repeat_delay__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_repeat_delay__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_t_t_l.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_t_t_l__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_t_t_l__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_velocity.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_velocity__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_max_velocity__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_duration.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_duration__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_duration__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_repeat_delay.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_repeat_delay__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_repeat_delay__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_t_t_l.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_t_t_l__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_t_t_l__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_velocity.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_velocity__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_min_velocity__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_name.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_name__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_name__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_position.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_position__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_position__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_repeat_delay.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_repeat_delay__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_repeat_delay__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_t_t_l.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_t_t_l__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_t_t_l__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_up.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_up__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_up__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_velocity.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_velocity__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_emitter_commands_1_1_cmd_velocity__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_entity.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_entity__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_entity__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_entity_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_entity_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_entity_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_exception_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_f_p_s.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_f_p_s__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_f_p_s__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_input_file_name.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_input_file_name__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_input_file_name__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_play_mode.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_play_mode__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_play_mode__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_tec_pass_state.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_tec_pass_state__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_1_1_cmd_tec_pass_state__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_external_texture_source_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_factory_obj.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_handle_data_stream.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_handle_data_stream__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_handle_data_stream__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_not_found_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_not_found_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_not_found_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_stream_data_stream.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_stream_data_stream__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_stream_data_stream__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_system_archive_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_system_archive_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_system_archive_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_system_layer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_system_layer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_file_system_layer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_float_gpu_parameter_controller_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_float_gpu_parameter_controller_value__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_float_gpu_parameter_controller_value__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_focused_shadow_camera_setup.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_focused_shadow_camera_setup__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_focused_shadow_camera_setup__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_font.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_font__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_font__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_font_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_font_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_font_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frame_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frame_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frame_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frame_time_controller_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frame_time_controller_value__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frame_time_controller_value__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_free_image_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_free_image_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_free_image_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_free_image_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_free_image_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_free_image_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frustum.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frustum__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_frustum__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_depth_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_depth_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_depth_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_multi_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_multi_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_multi_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_f_b_o_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_frame_buffer_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_frame_buffer_object__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_frame_buffer_object__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_buffer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_buffer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_buffer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_counter_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_counter_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_counter_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_index_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_index_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_occlusion_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_occlusion_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_occlusion_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_pixel_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_pixel_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_pixel_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_shader_storage_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_shader_storage_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_shader_storage_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_uniform_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_uniform_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_uniform_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_hardware_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_pixel_util.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_to_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_to_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_render_to_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_sampler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_sampler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_sampler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_state_cache_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_state_cache_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_state_cache_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l3_plus_texture_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_arb_gpu_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_arb_gpu_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_arb_gpu_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_context.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_copying_r_t_t_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_copying_r_t_t_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_copying_r_t_t_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_copying_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_copying_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_copying_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_depth_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_depth_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_depth_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_depth_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_depth_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_depth_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_multi_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_multi_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_multi_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_f_b_o_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_frame_buffer_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_frame_buffer_object__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_frame_buffer_object__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_gpu_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_gpu_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_gpu_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_buffer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_buffer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_buffer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_index_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_index_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_occlusion_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_occlusion_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_occlusion_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_pixel_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_pixel_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_pixel_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_uniform_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_uniform_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_uniform_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_hardware_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_pixel_util.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_to_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_to_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_render_to_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_state_cache_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_state_cache_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_state_cache_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_e_s2_texture_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_multi_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_multi_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_multi_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_f_b_o_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_frame_buffer_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_frame_buffer_object__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_frame_buffer_object__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_frame_buffer_object_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_frame_buffer_object_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_frame_buffer_object_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_nvparse_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_nvparse_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_nvparse_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_gpu_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_buffer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_buffer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_buffer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_index_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_index_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_occlusion_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_occlusion_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_occlusion_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_pixel_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_pixel_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_pixel_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_pixel_buffer_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_pixel_buffer_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_pixel_buffer_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_hardware_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_native_support.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_b_r_t_t_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_b_r_t_t_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_b_r_t_t_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_b_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_b_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_b_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_p_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_pixel_util.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_r_t_t_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_r_t_t_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_r_t_t_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_system_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_system_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_system_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_to_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_to_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_render_to_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_gpu_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_gpu_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_gpu_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_link_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_link_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_link_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_link_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_link_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_link_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_1_1_g_l_s_l_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_1_1_cmd_entry_point.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_1_1_cmd_entry_point__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_1_1_cmd_entry_point__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_1_1_cmd_profiles.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_1_1_cmd_profiles__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_1_1_cmd_profiles__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_cg_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_link_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_link_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_link_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_1_1_cmd_optimisation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_1_1_cmd_optimisation__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_1_1_cmd_optimisation__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_pipeline.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_pipeline__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_e_s_program_pipeline__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_monolithic_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_monolithic_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_monolithic_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_manager_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_manager_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_program_manager_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_separable_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_separable_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_separable_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_attach.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_attach__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_attach__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_column_major_matrices.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_column_major_matrices__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_column_major_matrices__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_input_operation_type.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_input_operation_type__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_input_operation_type__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_max_output_vertices.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_max_output_vertices__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_max_output_vertices__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_output_operation_type.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_output_operation_type__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_output_operation_type__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_preprocessor_defines.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_preprocessor_defines__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common_1_1_cmd_preprocessor_defines__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_s_l_shader_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_state_cache_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_state_cache_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_state_cache_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_state_cache_manager_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_state_cache_manager_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_state_cache_manager_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_texture_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_uniform_cache.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_uniform_cache__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_uniform_cache__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_vertex_array_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_vertex_array_object__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_g_l_vertex_array_object__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_named_constants_serializer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_named_constants_serializer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_named_constants_serializer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_parameters.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_parameters_1_1_auto_constant_entry.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_parameters__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_parameters__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_usage.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_usage__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_program_usage__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_shared_parameters.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_shared_parameters__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_shared_parameters__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_shared_parameters_usage.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_shared_parameters_usage__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_gpu_shared_parameters_usage__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid2_d_page_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid2_d_page_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid2_d_page_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid2_d_page_strategy_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid2_d_page_strategy_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid2_d_page_strategy_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid3_d_page_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid3_d_page_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid3_d_page_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid3_d_page_strategy_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid3_d_page_strategy_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_grid3_d_page_strategy_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_licensee.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_licensee__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_licensee__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_manager_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_manager_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_buffer_manager_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_counter_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_counter_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_counter_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_index_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_index_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_occlusion_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_occlusion_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_occlusion_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_pixel_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_pixel_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_pixel_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_uniform_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_uniform_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_uniform_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hardware_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hashed_vector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_high_level_gpu_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_datablock.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_datablock__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_datablock__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_material_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_material_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hlms_material_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_x.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_x__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_x__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_y.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_y__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_y__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_z.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_z__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_1_1_cmd_inner_z__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_hollow_ellipsoid_emitter_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_i_o_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_i_o_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_i_o_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_id.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_id_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image_codec_1_1_image_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image_codec_1_1_image_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image_codec_1_1_image_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_image_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_import_abstract_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_import_abstract_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_import_abstract_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_index_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_index_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_index_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_h_w.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_h_w___v_t_f.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_h_w___v_t_f__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_h_w___v_t_f__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_h_w__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_h_w__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_shader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_shader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_shader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_v_t_f.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_v_t_f__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_batch_v_t_f__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instance_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instanced_entity.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instanced_entity__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_instanced_entity__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_internal_error_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_internal_error_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_internal_error_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_intersection_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_intersection_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_intersection_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_intersection_scene_query_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_intersection_scene_query_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_intersection_scene_query_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_call_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_call_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_call_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_parameters_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_parameters_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_parameters_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_state_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_state_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_invalid_state_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_item_identity_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_item_identity_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_item_identity_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_iterator_wrapper.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_key_frame.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_key_frame__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_key_frame__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_layer_blend_mode_ex.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_li_s_p_s_m_shadow_camera_setup.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_li_s_p_s_m_shadow_camera_setup__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_li_s_p_s_m_shadow_camera_setup__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_light.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_light__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_light__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_light_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_light_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_light_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_controller_function.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_controller_function__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_controller_function__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_1_1_cmd_force_app.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_1_1_cmd_force_app__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_1_1_cmd_force_app__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_1_1_cmd_force_vector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_1_1_cmd_force_vector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_1_1_cmd_force_vector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_linear_force_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod0_stripifier.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_curvature.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_curvature__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_curvature__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_outside.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_outside__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_outside__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_profiler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_profiler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_profiler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_quadric.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_quadric__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapse_cost_quadric__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_collapser.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_config_serializer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_config_serializer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_config_serializer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider_mesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider_mesh__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_input_provider_mesh__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_compressed_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_compressed_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_compressed_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_compressed_mesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_compressed_mesh__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_compressed_mesh__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_mesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_mesh__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_output_provider_mesh__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_outside_marker.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_strategy_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_strategy_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_strategy_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_work_queue_injector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_work_queue_injector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_work_queue_injector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_work_queue_injector_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_work_queue_worker.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_work_queue_worker__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_lod_work_queue_worker__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log_1_1_stream.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_log_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_1_1_manual_object_section.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_1_1_manual_object_section__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_1_1_manual_object_section__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_1_1_manual_object_section_shadow_renderable.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_1_1_manual_object_section_shadow_renderable__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_1_1_manual_object_section_shadow_renderable__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_object_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_resource_loader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_resource_loader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_manual_resource_loader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_map_iterator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_map_iterator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_map_iterator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_map_iterator_wrapper.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_map_iterator_wrapper__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_map_iterator_wrapper__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_manager_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_manager_1_1_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_manager_1_1_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_serializer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_serializer_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_serializer_1_1_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_serializer_1_1_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_serializer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_material_serializer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_math.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_math_1_1_random_value_provider.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_matrix3.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_matrix4.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_matrix4__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_matrix4__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_memory_data_stream.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_memory_data_stream__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_memory_data_stream__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_lod_generator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_lod_generator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_lod_generator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_serializer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_serializer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_serializer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_mesh_serializer_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_object.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_object_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_object__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_object__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_object_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_object_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_object_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_plane.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_plane__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_movable_plane__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_multi_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_multi_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_multi_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_name_generator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_no_add_ref_release.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_no_add_ref_release__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_no_add_ref_release__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_1_1_debug_renderable.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_1_1_debug_renderable__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_1_1_debug_renderable__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_1_1_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_1_1_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_animation_track.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_animation_track__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_node_animation_track__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_numeric_animation_track.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_numeric_animation_track__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_numeric_animation_track__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_numeric_key_frame.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_numeric_key_frame__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_numeric_key_frame__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_numeric_solver.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_object_abstract_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_object_abstract_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_object_abstract_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_axis_aligned_box_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_axis_aligned_box_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_axis_aligned_box_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_camera.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_camera__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_camera__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_intersection_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_intersection_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_intersection_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_plane_bounded_volume_list_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_plane_bounded_volume_list_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_plane_bounded_volume_list_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_ray_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_ray_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_ray_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_scene_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_scene_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_scene_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_scene_manager_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_scene_manager_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_scene_manager_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_sphere_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_sphere_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_sphere_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_octree_zone_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_optimised_util.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_container.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_container__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_container__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_caption.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_caption__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_caption__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_height.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_height__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_height__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_horizontal_align.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_horizontal_align__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_horizontal_align__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_left.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_left__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_left__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_material.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_material__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_material__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_metrics_mode.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_metrics_mode__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_metrics_mode__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_top.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_top__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_top__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_vertical_align.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_vertical_align__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_vertical_align__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_visible.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_visible__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_visible__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_width.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_width__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_commands_1_1_cmd_width__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_element_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_profile_session_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_profile_session_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_profile_session_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_translator_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_translator_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_overlay_translator_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_plane.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_plane__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_plane__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_axis_aligned_box_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_axis_aligned_box_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_axis_aligned_box_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_camera.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_camera__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_camera__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_frustum.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_intersection_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_intersection_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_intersection_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_light.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_light__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_light__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_light_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_light_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_light_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_plane_bounded_volume_list_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_plane_bounded_volume_list_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_plane_bounded_volume_list_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_ray_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_ray_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_ray_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_manager_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_manager_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_manager_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_scene_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_sphere_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_sphere_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_z_sphere_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone_factory_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone_factory_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_c_zone_factory_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_s_s_m_shadow_camera_setup.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_s_s_m_shadow_camera_setup__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_s_s_m_shadow_camera_setup__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_v_r_t_c_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_v_r_t_c_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_p_v_r_t_c_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_collection.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_collection__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_collection__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_collection_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_collection_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_collection_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_content_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_provider.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_strategy_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_strategy_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_page_strategy_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world_section.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world_section__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world_section__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world_section_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world_section_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_paged_world_section_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_tiling.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_tiling__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_tiling__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_transparent.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_transparent__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_transparent__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_u_v_coords.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_u_v_coords__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_1_1_cmd_u_v_coords__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_panel_overlay_element_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_param_command.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_param_dictionary.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_parameter_def.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_emitter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_emitter_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_emitter_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_f_x_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_f_x_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_f_x_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_iterator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_cull.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_cull__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_cull__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_emitted_emitter_quota.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_emitted_emitter_quota__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_emitted_emitter_quota__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_height.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_height__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_height__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_iteration_interval.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_iteration_interval__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_iteration_interval__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_local_space.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_local_space__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_local_space__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_material.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_material__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_material__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_nonvisible_timeout.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_nonvisible_timeout__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_nonvisible_timeout__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_quota.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_quota__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_quota__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_renderer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_renderer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_renderer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_sorted.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_sorted__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_sorted__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_width.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_width__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_1_1_cmd_width__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_renderer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_renderer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_renderer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_renderer_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_renderer_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_system_renderer_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_visual_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_visual_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_particle_visual_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pass.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pass__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pass__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_passthrough_controller_function.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_passthrough_controller_function__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_passthrough_controller_function__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_patch_mesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_patch_mesh__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_patch_mesh__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_patch_surface.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_patch_surface__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_patch_surface__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pbs_material.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pbs_material__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pbs_material__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pixel_box.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pixel_box__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pixel_box__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pixel_count_lod_strategy_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pixel_count_lod_strategy_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pixel_count_lod_strategy_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pixel_util.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane_bounded_volume.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane_bounded_volume_list_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane_bounded_volume_list_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane_bounded_volume_list_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane_optimal_shadow_camera_setup.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane_optimal_shadow_camera_setup__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plane_optimal_shadow_camera_setup__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_platform_information.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_point_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_point_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_point_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_point_emitter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_point_emitter_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_point_emitter_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_polygon.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pool.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_base_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_base_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_base_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_portal_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pose.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pose__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pose__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pre_apply_texture_aliases_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pre_apply_texture_aliases_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_pre_apply_texture_aliases_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_prefab_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_process_name_exclusion_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_process_name_exclusion_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_process_name_exclusion_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_process_resource_name_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_process_resource_name_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_process_resource_name_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile_instance.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile_instance__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile_instance__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile_session_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile_session_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profile_session_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profiler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profiler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_profiler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_abstract_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_abstract_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_abstract_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_def.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_def__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_def__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_map.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_map__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_map__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_set.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_set__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_property_set__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_level.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_level__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_level__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_shader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_shader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_shader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_shader_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_shader_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quake3_shader_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_quaternion.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_queued_renderable_collection.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_queued_renderable_collection__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_queued_renderable_collection__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_queued_renderable_visitor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_queued_renderable_visitor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_queued_renderable_visitor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_assignment_atom.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_assignment_atom__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_assignment_atom__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_c_g_program_processor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_c_g_program_processor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_c_g_program_processor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_c_g_program_writer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_c_g_program_writer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_c_g_program_writer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_const_parameter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_const_parameter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_const_parameter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_dual_quaternion_skinning.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_dual_quaternion_skinning__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_dual_quaternion_skinning__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_alpha_test.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_alpha_test__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_alpha_test__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_alpha_test_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_alpha_test_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_alpha_test_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_colour.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_colour__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_colour__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_colour_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_colour_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_colour_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_fog.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_fog__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_fog__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_fog_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_fog_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_fog_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_lighting.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_lighting__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_lighting__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_lighting_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_lighting_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_lighting_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_render_state_builder.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_render_state_builder__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_render_state_builder__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_texturing.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_texturing__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_texturing__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_texturing_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_texturing_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_texturing_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_transform.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_transform__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_transform__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_transform_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_transform_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_f_f_p_transform_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function_atom.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function_atom__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function_atom__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function_invocation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function_invocation__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function_invocation__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_function_stage_ref.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_e_s_program_processor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_e_s_program_processor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_e_s_program_processor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_e_s_program_writer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_e_s_program_writer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_e_s_program_writer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_program_processor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_program_processor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_program_processor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_program_writer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_program_writer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_g_l_s_l_program_writer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_h_l_s_l_program_processor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_h_l_s_l_program_processor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_h_l_s_l_program_processor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_h_l_s_l_program_writer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_h_l_s_l_program_writer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_h_l_s_l_program_writer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning_technique.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning_technique__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_hardware_skinning_technique__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_integrated_p_s_s_m3.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_integrated_p_s_s_m3__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_integrated_p_s_s_m3__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_integrated_p_s_s_m3_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_integrated_p_s_s_m3_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_integrated_p_s_s_m3_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_layered_blending.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_layered_blending__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_layered_blending__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_layered_blending_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_layered_blending_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_layered_blending_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_linear_skinning.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_linear_skinning__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_linear_skinning__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_normal_map_lighting.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_normal_map_lighting__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_normal_map_lighting__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_normal_map_lighting_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_normal_map_lighting_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_normal_map_lighting_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_operand.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_operand__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_operand__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_parameter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_parameter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_parameter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_parameter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_per_pixel_lighting.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_per_pixel_lighting__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_per_pixel_lighting__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_per_pixel_lighting_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_per_pixel_lighting_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_per_pixel_lighting_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_processor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_processor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_processor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_set.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_set__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_set__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_program_writer_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_render_state.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_render_state__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_render_state__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_s_g_material_serializer_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_s_g_material_serializer_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_s_g_material_serializer_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_s_g_script_translator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_s_g_script_translator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_s_g_script_translator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sample_texture_atom.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sample_texture_atom__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sample_texture_atom__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_generator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_generator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_generator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_c_g_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_c_g_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_c_g_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_g_l_s_l_e_s_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_g_l_s_l_e_s_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_g_l_s_l_e_s_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_g_l_s_l_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_g_l_s_l_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_g_l_s_l_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_h_l_s_l_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_h_l_s_l_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_shader_program_writer_h_l_s_l_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sub_render_state.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sub_render_state__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sub_render_state__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sub_render_state_accessor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sub_render_state_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sub_render_state_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_sub_render_state_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_target_render_state.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_target_render_state__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_target_render_state__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_texture_atlas_sampler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_texture_atlas_sampler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_texture_atlas_sampler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_texture_atlas_sampler_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_texture_atlas_sampler_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_texture_atlas_sampler_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_triplanar_texturing.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_triplanar_texturing__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_triplanar_texturing__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_triplanar_texturing_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_triplanar_texturing_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_triplanar_texturing_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_uniform_parameter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_uniform_parameter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_r_t_shader_1_1_uniform_parameter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_radian.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_radix_sort.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ray.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ray_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ray_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ray_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ray_scene_query_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ray_scene_query_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ray_scene_query_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rectangle2_d.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rectangle2_d__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rectangle2_d__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_region_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_region_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_region_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_object_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_object_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_object_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_operation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_priority_group.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_priority_group__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_priority_group__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_1_1_renderable_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_group.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_group__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_group__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_invocation.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_invocation__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_invocation__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_invocation_sequence.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_invocation_sequence__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_invocation_sequence__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_queue_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_1_1_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_1_1_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities_serializer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities_serializer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_system_capabilities_serializer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_target.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_target_1_1_impl.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_target__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_target__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_target_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_target_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_target_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_to_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_to_vertex_buffer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_to_vertex_buffer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_window.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_window__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_render_window__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_renderable.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_renderable_1_1_render_system_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_renderable_1_1_visitor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_renderable__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_renderable__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rendering_a_p_i_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rendering_a_p_i_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rendering_a_p_i_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_1_1_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_1_1_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_background_queue.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_background_queue_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_background_queue__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_background_queue__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_group_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_group_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_group_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_group_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_group_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_group_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_loading_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_manager_1_1_resource_pool.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_manager_1_1_resource_pool__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_manager_1_1_resource_pool__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_resource_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ribbon_trail.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ribbon_trail__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ribbon_trail__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ribbon_trail_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ribbon_trail_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ribbon_trail_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_1_1_cmd_inner_x.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_1_1_cmd_inner_x__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_1_1_cmd_inner_x__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_1_1_cmd_inner_y.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_1_1_cmd_inner_y__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_1_1_cmd_inner_y__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_ring_emitter_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_root.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_root__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_root__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_range_end.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_range_end__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_range_end__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_range_start.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_range_start__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_range_start__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_speed_range_end.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_speed_range_end__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_speed_range_end__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_speed_range_start.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_speed_range_start__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_1_1_cmd_rotation_speed_range_start__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotation_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_rotational_spline.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_runtime_assertion_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_runtime_assertion_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_runtime_assertion_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_s_t_b_i_image_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_s_t_b_i_image_codec__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_s_t_b_i_image_codec__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_s_t_b_i_plugin.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_s_t_b_i_plugin__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_s_t_b_i_plugin__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sampler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sampler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sampler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector_1_1_cmd_scale_adjust.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector_1_1_cmd_scale_adjust__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector_1_1_cmd_scale_adjust__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_affector_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_controller_function.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_controller_function__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scale_controller_function__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_loader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_loader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_loader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_loader_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_loader_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_loader_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_1_1_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_1_1_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_1_1_scene_mgr_queued_renderable_visitor.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_1_1_scene_mgr_queued_renderable_visitor__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_1_1_scene_mgr_queued_renderable_visitor__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_enumerator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_enumerator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_enumerator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_manager_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_query_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_query_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_scene_query_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_screen_ratio_pixel_count_lod_strategy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_screen_ratio_pixel_count_lod_strategy__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_screen_ratio_pixel_count_lod_strategy__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler_event__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler_event__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_compiler_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_loader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_loader__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_loader__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_translator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_translator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_translator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_translator_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_translator_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_script_translator_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_segment.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_serializer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_serializer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_serializer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_generator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_generator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_generator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper_cg.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper_cg__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper_cg__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper_g_l_s_l.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper_g_l_s_l__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_helper_g_l_s_l__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_pieces_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_pieces_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_pieces_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_template.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_template__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shader_template__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_camera_setup.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_camera_setup__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_camera_setup__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_caster.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_caster__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_caster__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_renderable.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_renderable__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_renderable__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_texture_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_texture_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shadow_texture_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shared_ptr.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shared_ptr__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_shared_ptr__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_page_content_collection.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_page_content_collection__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_page_content_collection__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_page_content_collection_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_page_content_collection_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_page_content_collection_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_renderable.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_renderable__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_renderable__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_simple_spline.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_singleton.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_instance.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_instance__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_instance__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_serializer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_serializer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_skeleton_serializer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_3_01_t_00_010_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_3_01_t_00_010_01_4__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_3_01_t_00_010_01_4__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_impl.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_impl__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_impl__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_base_3_01_t_00_01true_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_base_3_01_t_00_01true_01_4__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_base_3_01_t_00_01true_01_4__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_common.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_common__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_small_vector_template_common__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sphere.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sphere_scene_query.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sphere_scene_query__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sphere_scene_query__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_cache.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_geometry_bucket.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_geometry_bucket__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_geometry_bucket__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_l_o_d_bucket.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_l_o_d_bucket__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_l_o_d_bucket__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_material_bucket.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_material_bucket__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_material_bucket__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_optimised_sub_mesh_geometry.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_optimised_sub_mesh_geometry__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_optimised_sub_mesh_geometry__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_region.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_region__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry_1_1_region__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_static_geometry__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_stream_serialiser.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_stream_serialiser__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_stream_serialiser__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_string_converter.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_string_interface.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_string_interface__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_string_interface__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_string_util.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sub_entity.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sub_entity__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sub_entity__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sub_mesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sub_mesh__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_sub_mesh__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_tag_point.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_tag_point__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_tag_point__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_tangent_space_calc.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_technique.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_technique__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_technique__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_temp_blended_buffer_info.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_temp_blended_buffer_info__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_temp_blended_buffer_info__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_1_1_default_gpu_buffer_allocator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_1_1_default_gpu_buffer_allocator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_1_1_default_gpu_buffer_allocator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_1_1_gpu_buffer_allocator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_1_1_gpu_buffer_allocator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_1_1_gpu_buffer_allocator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_auto_update_lod.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_auto_update_lod__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_auto_update_lod__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_auto_update_lod_by_distance.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_auto_update_lod_by_distance__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_auto_update_lod_by_distance__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_auto_update_lod_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_global_options.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_global_options__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_global_options__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_group.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_group__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_group__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_layer_blend_map.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_layer_blend_map__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_layer_blend_map__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_lod_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_lod_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_lod_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_1_1_profile.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_1_1_profile__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_1_1_profile__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_a.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_a_1_1_s_m2_profile.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_a_1_1_s_m2_profile__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_a_1_1_s_m2_profile__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_a__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_material_generator_a__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paged_world_section.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paged_world_section_1_1_terrain_definer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paged_world_section_1_1_terrain_definer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paged_world_section_1_1_terrain_definer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paged_world_section__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paged_world_section__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paging.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paging__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_paging__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_quad_tree_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_quad_tree_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_terrain_quad_tree_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_tex_coord_modifier_controller_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_tex_coord_modifier_controller_value__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_tex_coord_modifier_controller_value__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_alignment.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_alignment__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_alignment__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_caption.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_caption__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_caption__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_char_height.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_char_height__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_char_height__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour_bottom.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour_bottom__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour_bottom__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour_top.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour_top__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_colour_top__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_font_name.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_font_name__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_font_name__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_space_width.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_space_width__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_1_1_cmd_space_width__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_text_area_overlay_element_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_frame_controller_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_frame_controller_value__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_frame_controller_value__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_unit_state.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_unit_state__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_texture_unit_state__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_time_index.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_timer.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_timer__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_timer__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_transform_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_transform_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_transform_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_transform_key_frame.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_transform_key_frame__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_transform_key_frame__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program_1_1_cmd_delegate.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program_1_1_cmd_delegate__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program_1_1_cmd_delegate__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unified_high_level_gpu_program_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unimplemented_exception.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unimplemented_exception__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_unimplemented_exception__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_user_object_bindings.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_user_object_bindings__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_user_object_bindings__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_variable_access_abstract_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_variable_access_abstract_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_variable_access_abstract_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector_iterator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector_iterator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector_iterator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector_iterator_wrapper.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector_iterator_wrapper__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vector_iterator_wrapper__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_animation_track.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_animation_track__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_animation_track__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_buffer_binding.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_buffer_binding__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_buffer_binding__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_cache_profiler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_cache_profiler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_cache_profiler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_declaration.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_declaration__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_declaration__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_element.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_element__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_element__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_morph_key_frame.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_morph_key_frame__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_morph_key_frame__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_pose_key_frame.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_pose_key_frame__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_vertex_pose_key_frame__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_viewport.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_viewport_1_1_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_viewport_1_1_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_viewport_1_1_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_viewport__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_viewport__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_cube_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_cube_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_cube_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_difference_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_difference_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_difference_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_intersection_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_intersection_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_intersection_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_negate_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_negate_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_negate_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_noise_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_noise_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_noise_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_operation_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_operation_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_operation_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_plane_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_plane_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_plane_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_scale_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_scale_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_scale_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_sphere_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_sphere_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_sphere_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_unary_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_unary_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_unary_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_union_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_union_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_c_s_g_union_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_cache_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_cache_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_cache_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_chunk.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_chunk__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_chunk__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_chunk_handler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_chunk_handler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_chunk_handler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_dual_grid_generator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_dual_grid_generator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_dual_grid_generator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_grid_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_grid_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_grid_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_half_float_grid_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_half_float_grid_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_half_float_grid_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_iso_surface.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_iso_surface__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_iso_surface__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_iso_surface_m_c.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_iso_surface_m_c__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_iso_surface_m_c__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_mesh_builder.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_mesh_builder__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_mesh_builder__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_mesh_builder_callback.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_octree_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_octree_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_octree_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_octree_node_split_policy.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_simplex_noise.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_texture_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_texture_source__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_volume_1_1_texture_source__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_waveform_controller_function.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_waveform_controller_function__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_waveform_controller_function__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_wire_bounding_box.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_wire_bounding_box__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_wire_bounding_box__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_request.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_request__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_request__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_request_handler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_request_handler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_request_handler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_response_handler.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_response_handler__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue_1_1_response_handler__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_work_queue__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_zip_archive_factory.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_zip_archive_factory__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_zip_archive_factory__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_zone_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_zone_data__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_1_1_zone_data__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_advanced_render_controls.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_advanced_render_controls__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_advanced_render_controls__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_application_context.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_application_context__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_application_context__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_button.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_button__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_button__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_camera_man.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_camera_man__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_camera_man__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_check_box.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_check_box__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_check_box__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_config_dialog.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_config_dialog__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_config_dialog__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_decor_widget.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_decor_widget__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_decor_widget__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_label.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_label__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_label__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_params_panel.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_params_panel__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_params_panel__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_progress_bar.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_progress_bar__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_progress_bar__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_s_g_technique_resolver_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_s_g_technique_resolver_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_s_g_technique_resolver_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_select_menu.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_select_menu__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_select_menu__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_separator.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_separator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_separator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_slider.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_slider__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_slider__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_static_plugin_loader.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_text_box.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_text_box__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_text_box__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_tray_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_tray_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_tray_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_tray_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_tray_manager__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_tray_manager__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_widget.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_widget__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_widget__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_window_event_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/class_ogre_bites_1_1_window_event_utilities.tex
+%%DOCS%%share/OGRE/docs/api/latex/deferred_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/deprecated.tex
+%%DOCS%%share/OGRE/docs/api/latex/depthbias.svg
+%%DOCS%%share/OGRE/docs/api/latex/dir_04ff3c9b8bab0e9f5183f1edb2cf3a28.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_06d3e666a429a2ac08d39c0c9660f119.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_08f45fe6822aeb4ce2bc268e3b1361be.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_09a44af0f078c31af981d6a48426b903.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_0e0a52df285e05008c8e3441a0c24797.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_1b19f3fbe6bb5681b7a78de1e14c166d.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_1dea96b1227e80ea8c6a750f335383e9.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_24e7ff449c746e2a6398ef93a8bccde9.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_26254cee7df450523980210c6ebe049e.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_278d88c321ae75a2d0cd8954e4a57310.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_2c8eb51973e4f5503ce5d0d4d31fea53.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_328ede960e4850d9d1e86d5586eff316.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_36b665bb8966c9b540744f9691df102b.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_3ad3e7c1e58276f3af8c65c3aa586068.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_3ae3e761bf77602e3076fcfbcef7a68c.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_3ca753c1df2b9e017290bb30c7b72ad5.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_3f2a93cb00e5c3356ee57e608eab751b.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_410c4729ba66c7bd1acf74ad58243e3e.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_4331fd7359a7e52e7d86433f31af99f4.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_50a72599269c7e0dfa996555f5e65190.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_58d0a10c4023e46a9ac27aa0cf80fcaa.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_60895d3e9d196336faf5d9dad71ee9d7.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_67ea8a25251f25c005532ef7e5f68f3d.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_6a217e5e6da0f4e047ff34ab8cded070.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_6c0cfb6eb61ed2a412ece4f226f7c3e6.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_6c9dc3c37284076a4d1a465cc4ccf8e1.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_6cc559364089c5d8337bc807b0c9f32d.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_7109e62a2f9e7dbfaefe06d1cbbb70da.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_783a6f100e424bd0df5c669517ec192c.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_7bef01559623467e3671f0ffd7f0840e.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_804cb9f4e7563328f14cb054840c3bfd.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_82f774fb69917a65139078a539c43181.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_8544b20cacd5b799c7e70b0e46b269f5.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_8706f896e4fe8955ace027bce9ba5dd5.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_8851c7707f5bb4897c81f12272eacfb7.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_89ee6f5c6a401fe0ea0dd7d9d03123dc.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_8e0398f2f491aa57286b06c2d76cddc7.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_9033d330b283089df9fab3ad704947b2.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_93801505910d326ed849466273f3aec4.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_9457e9387254d7a0d214e343d0c48653.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_950b40fbea7b81d98f563f28e07614ac.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_95be6b62f2ee137d9a338ca7693a5422.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_981382ac5f3a1ca3a953b14216ee58ea.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_9ba68fabe7d45cd05996335e8214ea54.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_a0e6a671bd7dbded4ed4cacfa3249847.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_a192682a2c97071b24974ffb323664cf.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_a608df812c753401e4fc48a2eb16da5d.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_a957bfc5bdf1d730c1979aebd2aa76ef.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_abc0499b428bbfd50136aba37bdd7554.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_acea15e44f2e6f71b53176fab459eec3.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_ad51990c68512f73e9b04bc253f52599.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_b33112bc2a4f47ee961fc44161fedaf2.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_b3e0d953830daf825e5c4855a5d892b6.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_b4871c162fc0773ddf3b27d6b9934ae8.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_c1eb54da87f161a8fce957083c7aab50.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_c3fc72918c9174b5dba959078ef5fc90.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_ca906f05b1723b419741e6cd32a09023.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_d268a8534717dd2bd038631cd336f4d7.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_d32b938072b268341fd046bfca590d66.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_d421115c0e7f980bb626232871e65ba0.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_d90ff9c8ff6b73d6075df632a80d1163.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_daa69bf4e5ab051037d9b469c56f3041.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_dc202c8ff1c4da16bc4be8e40e6a2b7e.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_ddebca6b27fbd7e762cca8cfaa551e2d.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_e4c039bce2ccbd8fbc17889c4a53491b.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_e62dd509ebfacd0d101cbed051d76b7f.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_e977fb40fc7903ac3be42538b2789d5f.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_edf006363d29003692ae0df596b0ce2f.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_f27769e102a75ce27486673abda6174e.tex
+%%DOCS%%share/OGRE/docs/api/latex/dir_f6fd93b6fa37c2c279bef396765495d0.tex
+%%DOCS%%share/OGRE/docs/api/latex/doxygen.sty
+%%DOCS%%share/OGRE/docs/api/latex/external__texture_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/files.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___animation.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___b_s_p_scene_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___bites.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___cg_program_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___core.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___direct3_d11.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___direct3_d9.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___e_x_r_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___effects.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___g_l.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___g_l3_plus.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___g_l_e_s2.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___g_l_support.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___general.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___hlms.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___image.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___l_o_d.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___materials.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___math.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___mesh_lod_generator.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___octree.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___octree_zone.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___optional.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___overlays.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___p_c_z_scene_manager.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___paging.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___particle_f_x.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___plugins.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___property.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___r_t_shader.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___render_system.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___render_systems.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___resources.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___s_t_b_i_image_codec.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___scene.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___terrain.tex
+%%DOCS%%share/OGRE/docs/api/latex/group___volume.tex
+%%DOCS%%share/OGRE/docs/api/latex/hardware-buffers_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/hierarchy.tex
+%%DOCS%%share/OGRE/docs/api/latex/high-level-programs_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/hlms_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/hlms_blocks.svg
+%%DOCS%%share/OGRE/docs/api/latex/hlms_caching.svg
+%%DOCS%%share/OGRE/docs/api/latex/hlms_components.svg
+%%DOCS%%share/OGRE/docs/api/latex/hlms_hash.svg
+%%DOCS%%share/OGRE/docs/api/latex/index.tex
+%%DOCS%%share/OGRE/docs/api/latex/manual.tex
+%%DOCS%%share/OGRE/docs/api/latex/manual_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/manualmesh_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/material-scripts_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/modules.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre_1_1_emitter_commands.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre_1_1_g_l_s_l.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre_1_1_g_l_s_l_e_s.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre_1_1_overlay_element_commands.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre_1_1_r_t_shader.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre_1_1_volume.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespace_ogre_bites.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespaces.tex
+%%DOCS%%share/OGRE/docs/api/latex/namespacestd.tex
+%%DOCS%%share/OGRE/docs/api/latex/numpy_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/numpy_arr.png
+%%DOCS%%share/OGRE/docs/api/latex/numpy_final.png
+%%DOCS%%share/OGRE/docs/api/latex/ogre-logo-wetfloor.gif
+%%DOCS%%share/OGRE/docs/api/latex/optfrust.svg
+%%DOCS%%share/OGRE/docs/api/latex/particle-scripts_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/profiler_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/readme_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/refman.tex
+%%DOCS%%share/OGRE/docs/api/latex/renderOneFrame.svg
+%%DOCS%%share/OGRE/docs/api/latex/resourcemanagement_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/rtss_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/scripts_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/setup_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/src_2_g_l_s_l_2include_2_ogre_g_l_s_l_ext_support_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/src_2_g_l_s_l_2include_2_ogre_g_l_s_l_program_8h.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct__finddata__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1___config_option.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_aligned_allocator.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_aligned_allocator_1_1rebind.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_aligned_allocator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_aligned_allocator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_background_process_result.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_box.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_box__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_box__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_bsp_node_1_1_brush.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_colour_blend_state.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_com_ptr_1_1_safe_bool_helper.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_composition_pass_1_1_input_tex.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_concrete_node.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_concrete_node__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_concrete_node__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_driver_version.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_edge_data_1_1_edge.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_edge_data_1_1_edge_group.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_edge_data_1_1_triangle.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_entity_material_lod_changed_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_entity_mesh_lod_changed_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_file_info.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_font_1_1_glyph_info.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_font_translator.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_font_translator__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_font_translator__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_frame_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_g_l_atomic_counter_reference.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_g_l_r_t_t_manager_1_1_format_properties_1_1_mode.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_g_l_render_system_common_1_1_video_mode.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_g_l_surface_desc.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_g_l_uniform_reference.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_constant_definition.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_logical_buffer_struct.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_logical_buffer_struct__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_logical_buffer_struct__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_logical_index_use.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_named_constants.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_named_constants__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_named_constants__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_gpu_program_parameters_1_1_auto_constant_definition.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_hardware_buffer_lock_guard.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_id_string.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_illumination_pass.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_illumination_pass__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_illumination_pass__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_intersection_scene_query_result.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_intersection_scene_query_result__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_intersection_scene_query_result__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_linked_skeleton_animation_source.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod0_stripifier_1_1_remap_info.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_config.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_config_1_1_advanced.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_data_1_1_edge.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_data_1_1_index_buffer_info.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_data_1_1_triangle.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_data_1_1_vertex.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_data_1_1_vertex_equal.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_data_1_1_vertex_hash.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_index_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_input_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_input_buffer_1_1_submesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_level.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_output_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_output_buffer_1_1_submesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_vertex_buffer.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_lod_work_queue_request.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_log_1_1_stream_1_1_flush.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_mesh_lod_usage.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_movable_object_lod_changed_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_pass_1_1_hash_func.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_pbs_material_1_1_texture_addressing.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_profile_frame.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_profile_history.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_profiled_edge.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_property_map_1_1_property.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_property_value.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_quake3_shader_1_1_pass.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_at.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_at__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_at__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_function_invocation_1_1_function_invocation_compare.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_function_invocation_1_1_function_invocation_less_than.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_hardware_skinning_1_1_skinning_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_in.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_in__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_in__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_in_out.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_in_out__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_in_out__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_layered_blending_1_1_texture_blend.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_out.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_out__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_out__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_texture_atlas_record.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_r_t_shader_1_1_texture_atlas_sampler_factory_1_1_texture_atlas_attib.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_ray_scene_query_result_entry.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_render_system_1_1_render_system_context.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_render_target_1_1_frame_stats.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_render_target_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_render_target_viewport_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_render_window_description.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_renderable_pass.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_resource_group_manager_1_1_resource_declaration.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_resource_group_manager_1_1_resource_location.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_s_p_f_m_delete_t.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_s_p_f_m_none.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_sampler_1_1_u_v_w_addressing_mode.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_manager_1_1_render_context.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_manager_1_1_sky_box_gen_parameters.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_manager_1_1_sky_dome_gen_parameters.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_manager_1_1_sky_plane_gen_parameters.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_manager_1_1light_less.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_manager_1_1material_less.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_manager_meta_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_query_1_1_world_fragment.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_query_result.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_query_result__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_scene_query_result__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_shadow_texture_config.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_face_group.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_geometry_1_1_queued_geometry.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_geometry_1_1_queued_geometry__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_geometry_1_1_queued_geometry__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_geometry_1_1_queued_sub_mesh.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_geometry_1_1_queued_sub_mesh__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_geometry_1_1_queued_sub_mesh__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_static_geometry_1_1_sub_mesh_lod_geometry_link.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_stream_serialiser_1_1_chunk.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_stream_serialiser_1_1_chunk__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_stream_serialiser_1_1_chunk__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_t_rect.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_tangent_space_calc_1_1_index_remap.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_tangent_space_calc_1_1_result.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_technique_1_1_g_p_u_device_name_rule.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_technique_1_1_g_p_u_vendor_rule.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_1_1_import_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_1_1_layer_instance.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_group_1_1_ray_result.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_group_1_1_terrain_slot.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_group_1_1_terrain_slot__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_group_1_1_terrain_slot__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_group_1_1_terrain_slot_definition.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_layer_declaration.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_layer_sampler.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_layer_sampler_element.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_lod_manager_1_1_load_lod_request.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_lod_manager_1_1_lod_info.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_quad_tree_node_1_1_lod_level.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_quad_tree_node_1_1_lod_level__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_terrain_quad_tree_node_1_1_lod_level__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_texture_unit_state_1_1_texture_effect.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_base.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_base_3_012_00_01_real_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_base_3_013_00_01_real_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_base_3_014_00_01_real_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_base__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_base__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_set.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_set__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vector_set__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vertex_bone_assignment__s.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vertex_data_1_1_hardware_animation_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_vertex_pose_key_frame_1_1_pose_ref.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_view_point.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_visible_objects_bounds_info.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_volume_1_1_chunk_parameters.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_volume_1_1_chunk_request.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_volume_1_1_chunk_tree_shared_data.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_volume_1_1_dual_cell.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_volume_1_1_vertex.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_work_queue_1_1_response.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_work_queue_1_1_response__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1_work_queue_1_1_response__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1deque.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01_t_01_5_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01bool_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01char_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01double_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01float_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01int_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01long_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01short_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01signed_01char_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01std_1_1pair_3_01_t_00_01_u_01_4_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01unsigned_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01unsigned_01char_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01unsigned_01long_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1is_pod_like_3_01unsigned_01short_01_4.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1list.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1map.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1multimap.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1set.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_1_1vector.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_input_listener.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_input_listener__inherit__graph.md5
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_input_listener__inherit__graph.pdf
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_keyboard_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_keysym.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_mouse_button_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_mouse_motion_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_mouse_wheel_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_native_window_pair.tex
+%%DOCS%%share/OGRE/docs/api/latex/struct_ogre_bites_1_1_touch_finger_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__brush__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__brushside__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__face__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__header__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__leaf__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__lump__entry__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__model__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__node__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__plane__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__shader__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__vertex__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/structbsp__vis__t.tex
+%%DOCS%%share/OGRE/docs/api/latex/tiki-download_file_rotation_axis.png
+%%DOCS%%share/OGRE/docs/api/latex/trays_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/tutorials.tex
+%%DOCS%%share/OGRE/docs/api/latex/tutorials_8md.tex
+%%DOCS%%share/OGRE/docs/api/latex/uml-overview.svg
+%%DOCS%%share/OGRE/docs/api/latex/union_ogre_1_1_lod_data_1_1_index_buffer_pointer.tex
+%%DOCS%%share/OGRE/docs/api/latex/union_ogre_bites_1_1_event.tex
+%%DOCS%%share/OGRE/docs/api/latex/volume_8md.tex
+%%JAVA%%share/OGRE/java/Ogre-1.11.6.jar
%%JAVA%%lib/OGRE/libOgreJNI.so
share/OGRE/plugins.cfg
share/OGRE/quakemap.cfg