source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG/IMGPrerequisites.h @ 731

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