Removed the old LargeVolume and SimpleVolume classes, which are now replaced by PagedVolume.
This commit is contained in:
@ -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__
|
@ -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__
|
Reference in New Issue
Block a user