Renamed BlockData to Block, and moved it out of Impl. It might be useful more generally...

This commit is contained in:
David Williams
2009-04-17 21:57:50 +00:00
parent 6e1ddaeb97
commit 1f6a3231c1
6 changed files with 11 additions and 11 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 "PolyVoxImpl/BlockData.h"
#include "Block.h"
#include "PolyVoxForwardDeclarations.h"
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"