Line | |
---|
1 | #ifndef _IMGPREREQUISITES_H |
---|
2 | #define _IMGPREREQUISITES_H |
---|
3 | |
---|
4 | #include <Ogre.h> |
---|
5 | #include <OgreNoMemoryMacros.h> |
---|
6 | #include <OgreCommon.h> |
---|
7 | #include <OgreVector3.h> |
---|
8 | #include <OgreVector2.h> |
---|
9 | #include <OgrePlane.h> |
---|
10 | #include <OgreAxisAlignedBox.h> |
---|
11 | #include <OgreHardwarePixelBuffer.h> |
---|
12 | #include <OgreImageCodec.h> |
---|
13 | |
---|
14 | #include <imdebug.h> |
---|
15 | |
---|
16 | #include <boost/smart_ptr.hpp> |
---|
17 | |
---|
18 | # if defined( IMG_LIB_BUILD )
|
---|
19 | # define _IMGExport __declspec( dllexport )
|
---|
20 | # else
|
---|
21 | # define _IMGExport
|
---|
22 | # endif
|
---|
23 | |
---|
24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.