| 59 | ////////////////////////////////////////////////////////////////////// |
| 60 | |
| 61 | CWallmarksEngine::CWallmarksEngine() |
| 62 | { |
| 63 | static_pool.reserve(256); |
| 64 | marks.reserve(256); |
| 65 | hGeom.create(FVF::F_LIT, RImplementation.Vertex.Buffer(), nullptr); |
| 66 | } |
| 67 | |
| 68 | CWallmarksEngine::~CWallmarksEngine() |
| 69 | { |