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

Revision 700, 272 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#ifndef _BILLBOARDGROUP_H
2#define _BILLBOARDGROUP_H
3
4
5#include <vector>
6using namespace std;
7
8namespace BBC {
9
10class BillboardGroup {
11  protected:
12    vector<int> mBillboardHandleList;
13
14  public:
15    int getBillboardHandle();
16
17    void setBillboardHandle();
18
19};
20
21}
22#endif
Note: See TracBrowser for help on using the repository browser.