Moved all headers from 'PolyVoxCore' to 'PolyVox', as we no longer have the core/util distinction.

This commit is contained in:
David Williams
2015-02-07 17:26:36 +01:00
parent 16a75d0606
commit 049a77cd0c
83 changed files with 215 additions and 215 deletions

View File

@ -0,0 +1,9 @@
#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__