9 lines
280 B
C
9 lines
280 B
C
#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__
|