1 | #ifndef _BBCPREREQUISITES_H |
---|
2 | #define _BBCPREREQUISITES_H |
---|
3 | |
---|
4 | #include <Ogre.h> |
---|
5 | #include <OgreNoMemoryMacros.h> |
---|
6 | #include <OgreMatrix3.h> |
---|
7 | #include <OgreXMLMeshSerializer.h> |
---|
8 | #include <OgreXMLSkeletonSerializer.h>
|
---|
9 | #include <OgreSkeletonSerializer.h>
|
---|
10 | #include <OgreXMLPrerequisites.h> |
---|
11 | #include <OgreDefaultHardwareBufferManager.h> |
---|
12 | #include <OgrePrerequisites.h>
|
---|
13 | #include <OgreVector2.h>
|
---|
14 | #include <OgreVector3.h>
|
---|
15 | #include <OgreColourValue.h>
|
---|
16 | #include <OgreMesh.h> |
---|
17 | #include <OgreException.h>
|
---|
18 | #include <OgreLogManager.h>
|
---|
19 | #include <OgreMeshManager.h>
|
---|
20 | #include <OgreSubMesh.h>
|
---|
21 | #include <OgreMeshManager.h>
|
---|
22 | #include <OgreMeshSerializer.h>
|
---|
23 | #include <OgreHardwareBufferManager.h>
|
---|
24 | #include <OgreVertexBoneAssignment.h> |
---|
25 | #include <OgreAxisAlignedBox.h> |
---|
26 | #include <OgreKeyEvent.h>
|
---|
27 | #include <OgreEventListeners.h>
|
---|
28 | #include <OgreStringConverter.h>
|
---|
29 | #include <OgreException.h>
|
---|
30 | #include <OgreHardwarePixelBuffer.h>
|
---|
31 | #include <OgrePixelFormat.h>
|
---|
32 | #include <OgreGpuProgram.h> |
---|
33 | #include <OgreSharedPtr.h> |
---|
34 | |
---|
35 | #include <OBA.h> |
---|
36 |
|
---|
37 | #include <boost/smart_ptr.hpp>
|
---|
38 | |
---|
39 | //#include <ospace/stl/hashset.h> |
---|
40 | #include <hash_set> |
---|
41 | |
---|
42 | #define _BBCExport __declspec( dllexport ) |
---|
43 | |
---|
44 | #endif |
---|