source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBCEntityClusterData.h @ 700

Revision 700, 307 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#ifndef _BBCENTITYCLUSTERDATA_H
2#define _BBCENTITYCLUSTERDATA_H
3
4#include <BBCEntity.h>
5
6namespace BBC {
7
8class _BBCExport EntityClusterData {
9  public:
10    EntityClusterData();
11
12    ~EntityClusterData();
13
14        void setEntity(Entity *value);
15
16        Entity* getEntity();
17
18  protected:
19        Entity *mEntity;
20
21};
22
23}
24#endif
Note: See TracBrowser for help on using the repository browser.