Removed all the #pragma region/endregions as these were causing compile warnings from GCC and weren't that useful anyway...

This commit is contained in:
David Williams
2010-10-12 22:22:38 +00:00
parent 059ca90f08
commit 56ec37f5e2
45 changed files with 0 additions and 177 deletions

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include "ArraySizes.h"

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include "Mesh.h"

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include "MeshEdge.h"

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include "MeshFace.h"

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include "MeshVertex.h"

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
//These tables were based on the article "Polygonising a scalar field".
//They have been optimised to allow a more efficient algorithm via bitwise operations.

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include "PolyVoxImpl/Utility.h"

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include "SurfaceMesh.h"

View File

@ -1,4 +1,3 @@
#pragma region License
/*******************************************************************************
Copyright (c) 2005-2009 David Williams
@ -21,7 +20,6 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source
distribution.
*******************************************************************************/
#pragma endregion
#include <sstream>