Moved all headers from 'PolyVoxCore' to 'PolyVox', as we no longer have the core/util distinction.
This commit is contained in:
9
include/PolyVox/LargeVolume.h
Normal file
9
include/PolyVox/LargeVolume.h
Normal file
@ -0,0 +1,9 @@
|
||||
#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"
|
||||
#include "PolyVoxForwardDeclarations.h"
|
||||
|
||||
#endif //__PolyVox_LargeVolume_H__
|
Reference in New Issue
Block a user