Removed PolyVoxForwardDeclarations.h. It was a source of confusion because the forward declarations often got out of sync with the real definitions, resulting in confusing template error messages. Furthermore, it does not appear to have actually hurt compile times so I guess it wasn't that useful (or wasn't being used to it's fullest potential). Overall I think PolyVox is not large enough to really benefit from this.

This commit is contained in:
David Williams
2015-12-20 21:19:20 +00:00
parent 354b6aa9d0
commit 403189f357
8 changed files with 5 additions and 201 deletions

View File

@ -57,7 +57,6 @@ SET(CORE_INC_FILES
PolyVox/PagedVolume.inl
PolyVox/PagedVolumeChunk.inl
PolyVox/PagedVolumeSampler.inl
PolyVox/PolyVoxForwardDeclarations.h
PolyVox/Picking.h
PolyVox/Picking.inl
PolyVox/RawVolume.h