Removed the old LargeVolume and SimpleVolume classes, which are now replaced by PagedVolume.

This commit is contained in:
David Williams
2015-12-20 21:22:29 +00:00
parent 403189f357
commit 1e9fdf074a
3 changed files with 0 additions and 18 deletions

View File

@ -1,8 +0,0 @@
#ifndef __PolyVox_LargeVolume_H__
#define __PolyVox_LargeVolume_H__
#pragma message("WARNING - The LargeVolume class has been replaced by PagedVolume. Please use that instead.")
#include "PagedVolume.h"
#endif //__PolyVox_LargeVolume_H__

View File

@ -1,8 +0,0 @@
#ifndef __PolyVox_SimpleVolume_H__
#define __PolyVox_SimpleVolume_H__
#pragma message("WARNING - The SimpleVolume class has been replaced by PagedVolume. Please use that instead.")
#include "PagedVolume.h"
#endif //__PolyVox_SimpleVolume_H__