source:
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/LBBC/LBBCLeafKdTreeClusterData.h
@
721
Revision 721, 293 bytes checked in by igarcia, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef _LBBCLEAFKdTreeCLUSTERDATA_H |
2 | #define _LBBCLEAFKdTreeCLUSTERDATA_H |
3 | |
4 | #include <BBCEntityClusterData.h> |
5 | |
6 | namespace LBBC { |
7 | |
8 | class _BBCExport LeafKdTreeClusterData : public BBC::EntityClusterData { |
9 | public: |
10 | LeafKdTreeClusterData(); |
11 | |
12 | virtual ~LeafKdTreeClusterData(); |
13 | |
14 | }; |
15 | |
16 | } |
17 | #endif |
Note: See TracBrowser
for help on using the repository browser.