~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/ogreopcode/include/OgreOpcode.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
///////////////////////////////////////////////////////////////////////////////
 
2
///  @file OgreOpcode.h
 
3
///  @brief Main include file for clients.
 
4
///
 
5
///  @author The OgreOpcode Team
 
6
///
 
7
///////////////////////////////////////////////////////////////////////////////
 
8
///
 
9
///  This file is part of OgreOpcode.
 
10
///
 
11
///  A lot of the code is based on the Nebula Opcode Collision module, see docs/Nebula_license.txt
 
12
///
 
13
///  OgreOpcode is free software; you can redistribute it and/or
 
14
///  modify it under the terms of the GNU Lesser General Public
 
15
///  License as published by the Free Software Foundation; either
 
16
///  version 2.1 of the License, or (at your option) any later version.
 
17
///
 
18
///  OgreOpcode is distributed in the hope that it will be useful,
 
19
///  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
20
///  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
21
///  Lesser General Public License for more details.
 
22
///
 
23
///  You should have received a copy of the GNU Lesser General Public
 
24
///  License along with OgreOpcode; if not, write to the Free Software
 
25
///  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
26
///
 
27
///////////////////////////////////////////////////////////////////////////////
 
28
#ifndef __OgreOpcode_h__
 
29
#define __OgreOpcode_h__
 
30
 
 
31
#include "OgreOpcodeExports.h"
 
32
 
 
33
#include "OgreCollisionManager.h"
 
34
#include "OgreCollisionContext.h"
 
35
#include "OgreCollisionObject.h"
 
36
#include "OgreCollisionTypes.h"
 
37
#include "OgreMeshCollisionShape.h"
 
38
#include "OgreEntityCollisionShape.h"
 
39
#include "OgrePtrCollisionShape.h"
 
40
#include "OgreBoxCollisionShape.h"
 
41
#include "OgreSphereMeshCollisionShape.h"
 
42
#include "OgreTerrainCollisionShape.h"
 
43
#include "OgreCollisionReporter.h"
 
44
 
 
45
#include "OgreOpcodeCharacterController.h"
 
46
#include "OgreOpcodeTerrainData.h"
 
47
 
 
48
#endif // __OgreOpcode_h__