polyvox/include/PolyVoxCore/SimpleVolume.h
2015-02-07 17:16:54 +01:00

9 lines
284 B
C

#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"
#include "PolyVoxForwardDeclarations.h"
#endif //__PolyVox_SimpleVolume_H__