source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/OBA/OBAPrerequisites.h @ 731

Revision 731, 642 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#ifndef _OBAPREREQUISITES_H
2#define _OBAPREREQUISITES_H
3
4#include <Ogre.h>
5#include <OgreXMLPrerequisites.h>
6#include <OgreXMLMeshSerializer.h>
7#include <OgreMeshSerializer.h>
8#include <OgreRenderWindow.h>
9#include <OgreConfigFile.h>
10#include <OgreKeyEvent.h>
11#include <OgreEventListeners.h>
12#include <OgreStringConverter.h>
13#include <OgreException.h>
14#include <OgreDefaultHardwareBufferManager.h>
15#include <OgreArchive.h>
16#include <OgreArchiveFactory.h>
17#include <OgreFileSystem.h>
18
19#       if defined( OBA_LIB_BUILD )
20#               define _OBAExport __declspec( dllexport )                       
21#       else
22#               define _OBAExport
23#       endif
24
25#endif
Note: See TracBrowser for help on using the repository browser.