source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/BBCEntityClusterData.cpp @ 721

Revision 721, 329 bytes checked in by igarcia, 18 years ago (diff)
Line 
1
2#include "BBCEntityClusterData.h"
3
4namespace BBC {
5
6EntityClusterData::EntityClusterData(): references(0) // initialize references to 0
7{
8}
9
10EntityClusterData::~EntityClusterData()
11{
12
13}
14
15void EntityClusterData::setEntity(EntityPtr value)
16{
17        mEntity = value;
18}
19
20EntityPtr EntityClusterData::getEntity()
21{
22        return mEntity;
23}
24
25}
Note: See TracBrowser for help on using the repository browser.