source: GTP/trunk/Lib/Geom/OgreStuff/include/Ogre.h @ 1809

Revision 1809, 4.2 KB checked in by gumbau, 18 years ago (diff)
Line 
1/*
2-----------------------------------------------------------------------------
3This source file is part of OGRE
4    (Object-oriented Graphics Rendering Engine)
5For the latest info, see http://www.ogre3d.org/
6
7Copyright (c) 2000-2005 The OGRE Team
8Also see acknowledgements in Readme.html
9
10This program is free software; you can redistribute it and/or modify it under
11the terms of the GNU Lesser General Public License as published by the Free Software
12Foundation; either version 2 of the License, or (at your option) any later
13version.
14
15This program is distributed in the hope that it will be useful, but WITHOUT
16ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
18
19You should have received a copy of the GNU Lesser General Public License along with
20this program; if not, write to the Free Software Foundation, Inc., 59 Temple
21Place - Suite 330, Boston, MA 02111-1307, USA, or go to
22http://www.gnu.org/copyleft/lesser.txt.
23-----------------------------------------------------------------------------
24*/
25#ifndef _Ogre_H__
26#define _Ogre_H__
27// This file includes all the other files which you will need to build a client application
28#include "OgrePrerequisites.h"
29
30#include "OgreAnimation.h"
31#include "OgreAnimationState.h"
32#include "OgreAnimationTrack.h"
33#include "OgreAny.h"
34#include "OgreArchive.h"
35#include "OgreArchiveManager.h"
36#include "OgreAxisAlignedBox.h"
37#include "OgreBillboardChain.h"
38#include "OgreBillboardSet.h"
39#include "OgreBone.h"
40#include "OgreCamera.h"
41#include "OgreConfigFile.h"
42#include "OgreControllerManager.h"
43#include "OgreDataStream.h"
44#include "OgreEntity.h"
45#include "OgreEventProcessor.h"
46#include "OgreException.h"
47#include "OgreFrustum.h"
48#include "OgreGpuProgram.h"
49#include "OgreGpuProgramManager.h"
50#include "OgreHardwareBufferManager.h"
51#include "OgreHardwareIndexBuffer.h"
52#include "OgreHardwarePixelBuffer.h"
53#include "OgreHardwareOcclusionQuery.h"
54#include "OgreHardwareVertexBuffer.h"
55#include "OgreHardwarePixelBuffer.h"
56#include "OgreHighLevelGpuProgram.h"
57#include "OgreHighLevelGpuProgramManager.h"
58#include "OgreInput.h"
59#include "OgreKeyFrame.h"
60#include "OgreLight.h"
61#include "OgreLogManager.h"
62#include "OgreManualObject.h"
63#include "OgreMaterial.h"
64#include "OgreMaterialManager.h"
65#include "OgreMaterialSerializer.h"
66#include "OgreMath.h"
67#include "OgreMatrix3.h"
68#include "OgreMatrix4.h"
69#include "OgreMesh.h"
70#include "OgreMeshManager.h"
71#include "OgreMeshSerializer.h"
72#include "OgreOverlay.h"
73#include "OgreOverlayContainer.h"
74#include "OgreOverlayElement.h"
75#include "OgreOverlayManager.h"
76#include "OgreParticleAffector.h"
77#include "OgreParticleEmitter.h"
78#include "OgreParticleSystemManager.h"
79#include "OgrePass.h"
80#include "OgrePatchMesh.h"
81#include "OgrePatchSurface.h"
82#include "OgrePlatformManager.h"
83#include "OgreProfiler.h"
84#include "OgreRadixSort.h"
85#include "OgreRenderQueueInvocation.h"
86#include "OgreRenderQueueListener.h"
87#include "OgreRenderSystem.h"
88#include "OgreRenderTargetListener.h"
89#include "OgreRenderTexture.h"
90#include "OgreRenderWindow.h"
91#include "OgreResourceGroupManager.h"
92#include "OgreRibbonTrail.h"
93#include "OgreRoot.h"
94#include "OgreSceneManager.h"
95#include "OgreSceneManagerEnumerator.h"
96#include "OgreSceneNode.h"
97#include "OgreSimpleRenderable.h"
98#include "OgreSkeleton.h"
99#include "OgreSkeletonInstance.h"
100#include "OgreSkeletonManager.h"
101#include "OgreSkeletonSerializer.h"
102#include "OgreStaticGeometry.h"
103#include "OgreString.h"
104#include "OgreStringConverter.h"
105#include "OgreStringVector.h"
106#include "OgreSubEntity.h"
107#include "OgreSubMesh.h"
108#include "OgreTechnique.h"
109#include "OgreTextureManager.h"
110#include "OgreTextureManager.h"
111#include "OgreTextureUnitState.h"
112#include "OgreUserDefinedObject.h"
113#include "OgreVector2.h"
114#include "OgreViewport.h"
115#include "OgreCompositor.h"
116#include "OgreCompositorManager.h"
117#include "OgreCompositorChain.h"
118#include "OgreCompositorInstance.h"
119#include "OgreCompositionTechnique.h"
120#include "OgreCompositionPass.h"
121#include "OgreCompositionTargetPass.h"
122// .... more to come
123
124#endif
Note: See TracBrowser for help on using the repository browser.