[148] | 1 | /* |
---|
| 2 | ----------------------------------------------------------------------------- |
---|
| 3 | This source file is part of OGRE |
---|
| 4 | (Object-oriented Graphics Rendering Engine) |
---|
| 5 | For the latest info, see http://www.ogre3d.org/ |
---|
| 6 | |
---|
| 7 | Copyright (c) 2000-2013 Torus Knot Software Ltd |
---|
| 8 | |
---|
| 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
---|
| 10 | of this software and associated documentation files (the "Software"), to deal |
---|
| 11 | in the Software without restriction, including without limitation the rights |
---|
| 12 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
---|
| 13 | copies of the Software, and to permit persons to whom the Software is |
---|
| 14 | furnished to do so, subject to the following conditions: |
---|
| 15 | |
---|
| 16 | The above copyright notice and this permission notice shall be included in |
---|
| 17 | all copies or substantial portions of the Software. |
---|
| 18 | |
---|
| 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
---|
| 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
---|
| 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
---|
| 22 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
---|
| 23 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
---|
| 24 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
---|
| 25 | THE SOFTWARE. |
---|
| 26 | ----------------------------------------------------------------------------- |
---|
| 27 | */ |
---|
| 28 | |
---|
| 29 | /* Stable headers which will be used for precompilation if the compiler |
---|
| 30 | supports it. Add entries here when headers are unlikely to change. |
---|
| 31 | NB: a change to any of these headers will result in a full rebuild, |
---|
| 32 | so don't add things to this lightly. |
---|
| 33 | */ |
---|
| 34 | |
---|
| 35 | #ifndef __OgreStableHeaders__ |
---|
| 36 | #define __OgreStableHeaders__ |
---|
| 37 | |
---|
| 38 | #include "OgrePlatform.h" |
---|
| 39 | |
---|
| 40 | #if (OGRE_PLATFORM == OGRE_PLATFORM_WIN32 && !defined(__MINGW32__)) || OGRE_PLATFORM == OGRE_PLATFORM_WINRT || OGRE_PLATFORM == OGRE_PLATFORM_APPLE || OGRE_PLATFORM == OGRE_PLATFORM_APPLE_IOS |
---|
| 41 | #include "OgreArchive.h" |
---|
| 42 | #include "OgreAxisAlignedBox.h" |
---|
| 43 | #include "OgreBitwise.h" |
---|
| 44 | #include "OgreCamera.h" |
---|
| 45 | #include "OgreColourValue.h" |
---|
| 46 | #include "OgreCommon.h" |
---|
| 47 | #include "OgreDataStream.h" |
---|
| 48 | #include "OgreException.h" |
---|
| 49 | #include "OgreFileSystem.h" |
---|
| 50 | #include "OgreLog.h" |
---|
| 51 | #include "OgreMath.h" |
---|
| 52 | #include "OgreMatrix3.h" |
---|
| 53 | #include "OgreMatrix4.h" |
---|
| 54 | #include "OgreMovableObject.h" |
---|
| 55 | #include "OgreNode.h" |
---|
| 56 | #include "OgrePlane.h" |
---|
| 57 | #include "OgrePrerequisites.h" |
---|
| 58 | #include "OgreQuaternion.h" |
---|
| 59 | #include "OgreResource.h" |
---|
| 60 | #include "OgreSerializer.h" |
---|
| 61 | #include "OgreSharedPtr.h" |
---|
| 62 | #include "OgreSimpleRenderable.h" |
---|
| 63 | #include "OgreSimpleSpline.h" |
---|
| 64 | #include "OgreSingleton.h" |
---|
| 65 | #include "OgreSphere.h" |
---|
| 66 | #include "OgreStdHeaders.h" |
---|
| 67 | #include "OgreString.h" |
---|
| 68 | #include "OgreStringConverter.h" |
---|
| 69 | #include "OgreStringInterface.h" |
---|
| 70 | #include "OgreStringVector.h" |
---|
| 71 | #include "OgreUserObjectBindings.h" |
---|
| 72 | #include "OgreVector2.h" |
---|
| 73 | #include "OgreVector3.h" |
---|
| 74 | #include "OgreVector4.h" |
---|
| 75 | #include "OgreWireBoundingBox.h" |
---|
| 76 | #if OGRE_NO_ZIP_ARCHIVE == 0 |
---|
| 77 | # include "OgreZip.h" |
---|
| 78 | #endif |
---|
| 79 | |
---|
| 80 | #endif |
---|
| 81 | |
---|
| 82 | #endif |
---|