From 9ed62c2b8f20cd7cc0b8f2a5e009a79e02428ae3 Mon Sep 17 00:00:00 2001 From: David Williams Date: Wed, 25 Feb 2015 16:35:16 +0100 Subject: [PATCH] Moved headers to new location required by PolyVox being header-only. --- .../PolyVox}/DualContouringSurfaceExtractor.h | 0 .../PolyVox}/DualContouringSurfaceExtractor.inl | 0 .../include/PolyVoxCore => include/PolyVox}/Impl/QEF.h | 0 .../include/PolyVoxCore => include/PolyVox}/Impl/QEF.inl | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {library/PolyVoxCore/include/PolyVoxCore => include/PolyVox}/DualContouringSurfaceExtractor.h (100%) rename {library/PolyVoxCore/include/PolyVoxCore => include/PolyVox}/DualContouringSurfaceExtractor.inl (100%) rename {library/PolyVoxCore/include/PolyVoxCore => include/PolyVox}/Impl/QEF.h (100%) rename {library/PolyVoxCore/include/PolyVoxCore => include/PolyVox}/Impl/QEF.inl (100%) diff --git a/library/PolyVoxCore/include/PolyVoxCore/DualContouringSurfaceExtractor.h b/include/PolyVox/DualContouringSurfaceExtractor.h similarity index 100% rename from library/PolyVoxCore/include/PolyVoxCore/DualContouringSurfaceExtractor.h rename to include/PolyVox/DualContouringSurfaceExtractor.h diff --git a/library/PolyVoxCore/include/PolyVoxCore/DualContouringSurfaceExtractor.inl b/include/PolyVox/DualContouringSurfaceExtractor.inl similarity index 100% rename from library/PolyVoxCore/include/PolyVoxCore/DualContouringSurfaceExtractor.inl rename to include/PolyVox/DualContouringSurfaceExtractor.inl diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/QEF.h b/include/PolyVox/Impl/QEF.h similarity index 100% rename from library/PolyVoxCore/include/PolyVoxCore/Impl/QEF.h rename to include/PolyVox/Impl/QEF.h diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/QEF.inl b/include/PolyVox/Impl/QEF.inl similarity index 100% rename from library/PolyVoxCore/include/PolyVoxCore/Impl/QEF.inl rename to include/PolyVox/Impl/QEF.inl