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 | |
4 | namespace BBC { |
5 | |
6 | EntityClusterData::EntityClusterData() { |
7 | } |
8 | |
9 | EntityClusterData::~EntityClusterData() { |
10 | } |
11 | |
12 | void EntityClusterData::setEntity(Entity *value) |
13 | { |
14 | mEntity = value; |
15 | } |
16 | |
17 | Entity* EntityClusterData::getEntity() |
18 | { |
19 | return mEntity; |
20 | } |
21 | |
22 | } |
Note: See TracBrowser
for help on using the repository browser.