source:
GTP/trunk/App/Demos/Illum/PathMap/Woctree.cpp
@
896
Revision 896, 411 bytes checked in by szirmay, 19 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[896] | 1 | // Woctree.cpp: implementation of the Woctree class. |
2 | // | |
3 | ////////////////////////////////////////////////////////////////////// | |
4 | #include "dxstdafx.h" | |
5 | #include "Woctree.h" | |
6 | ||
7 | ////////////////////////////////////////////////////////////////////// | |
8 | // Construction/Destruction | |
9 | ////////////////////////////////////////////////////////////////////// | |
10 | ||
11 | Woctree::Woctree() | |
12 | { | |
13 | ||
14 | } | |
15 | ||
16 | Woctree::~Woctree() | |
17 | { | |
18 | ||
19 | } |
Note: See TracBrowser
for help on using the repository browser.