Project

General

Profile

SO3Engine
OgreNewt.h
Go to the documentation of this file.
1/*
2 OgreNewt library
3
4 connects Ogre with the Newton Game Dynamics physics library
5
6
7 by Walaber (http://walaber.com)
8 some changes by melven
9
10 main header file.
11
12 current version: 2.07.1
13
14 Newton version: at least 2.07 (beta)
15
16 Ogre version: Shoggoth (1.6.x)
17
18*/
19
20#ifndef _INCLUDE_OGRENEWT_
21#define _INCLUDE_OGRENEWT_
22
23
24#include "OgreNewt_World.h"
25#include "OgreNewt_Collision.h"
26#include "OgreNewt_Body.h"
29#include "OgreNewt_MaterialID.h"
33//#include "OgreNewt_Vehicle.h"
36#include "OgreNewt_RayCast.h"
37#include "OgreNewt_ConvexCast.h"
38
39#include "OgreNewt_Joint.h"
41
42#include "OgreNewt_Tools.h"
44#include "OgreNewt_Debugger.h"
45
182#endif
183