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

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