Added a couple of comments.

This commit is contained in:
David Williams 2014-09-21 12:16:54 +02:00
parent d6a7b83698
commit 33ec5e1d79

View File

@ -155,7 +155,9 @@ namespace PolyVox
class PagedVolume : public BaseVolume<VoxelType>
{
public:
/// The PagedVolume stores it data as a set of Chunk instances which can be loaded and unloaded as memory requirements dictate.
class Chunk;
/// The Pager class is responsible for the loading and unloading of Chunks, and can be overridden by the user.
class Pager;
class Chunk