Project

General

Profile

SO3Engine
OgreNewt_Stdafx.h
Go to the documentation of this file.
1#ifndef _INCLUDE_OGRE_STDAFX_
2#define _INCLUDE_OGRE_STDAFX_
3
4#include <Ogre.h>
5#include <OgreRoot.h>
6#include <OgreQuaternion.h>
7#include <OgreMovableObject.h>
8#include <OgreRenderable.h>
9#include <OgreNode.h>
10#include <OgreFrameListener.h>
11#include <OgreEntity.h>
12#include <OgreSubMesh.h>
13#include <OgreSceneNode.h>
14#include <OgreLogManager.h>
15#include <OgreStringConverter.h>
16#include <OgreRenderWindow.h>
17#include <OgreSceneNode.h>
18#include <OgreSceneManager.h>
19#include <OgreManualObject.h>
20#include <OgreMaterialManager.h>
21#include <OgreCamera.h>
22#include <OgreHardwareBufferManager.h>
23
24#ifndef OGRENEWT_NO_OGRE_ANY
25 #include <OgreAny.h>
26#endif
27
28#ifdef _DEBUG
29 #include <OgreLogManager.h>
30 #include <OgreStringConverter.h>
31#endif
32
33#include <Newton.h>
34#include <dVector.h>
35#include <dMatrix.h>
36#include <dQuaternion.h>
37#include <CustomJoint.h>
38
39#include <boost/function.hpp>
40#include <boost/bind/bind.hpp>
41
42#ifndef OGRENEWT_NO_COLLISION_SHAREDPTR
43# include <boost/shared_ptr.hpp>
44#endif
45
46#ifndef _WIN32
47#define _isnan isnan
48#endif
49
50#endif