8 lines
244 B
C
8 lines
244 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"
|
|
|
|
#endif //__PolyVox_SimpleVolume_H__
|