Moved Block from PolyVoxCore to PolyVoxImpl.

This commit is contained in:
David Williams
2009-04-26 21:20:17 +00:00
parent b7ea308897
commit cb37ab39da
6 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __PolyVox_Volume_H__
#pragma region Headers
#include "Block.h"
#include "PolyVoxImpl/Block.h"
#include "PolyVoxForwardDeclarations.h"
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"