| 564 | //----------------------------------------------------------------------- |
| 565 | |
| 566 | Chunk* Chunk::createInstance() |
| 567 | { |
| 568 | return OGRE_NEW Chunk(); |
| 569 | } |
| 570 | |
| 571 | //----------------------------------------------------------------------- |
| 572 |
no test coverage detected