From 758e7e8cdf56690f003229c409103645c072e5d8 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 29 Jan 2022 03:35:18 +0100 Subject: Fixed case and separators in include paths in Opcode --- Opcode/Ice/IceAABB.cpp | 2 +- Opcode/Ice/IceContainer.cpp | 2 +- Opcode/Ice/IceHPoint.cpp | 2 +- Opcode/Ice/IceIndexedTriangle.cpp | 2 +- Opcode/Ice/IceMatrix3x3.cpp | 2 +- Opcode/Ice/IceMatrix4x4.cpp | 2 +- Opcode/Ice/IceOBB.cpp | 2 +- Opcode/Ice/IcePlane.cpp | 2 +- Opcode/Ice/IcePoint.cpp | 2 +- Opcode/Ice/IceRandom.cpp | 2 +- Opcode/Ice/IceRay.cpp | 2 +- Opcode/Ice/IceRevisitedRadix.cpp | 2 +- Opcode/Ice/IceSegment.cpp | 2 +- Opcode/Ice/IceTriangle.cpp | 2 +- Opcode/Ice/IceUtils.cpp | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'Opcode/Ice') diff --git a/Opcode/Ice/IceAABB.cpp b/Opcode/Ice/IceAABB.cpp index 2e3288b..62eec5d 100644 --- a/Opcode/Ice/IceAABB.cpp +++ b/Opcode/Ice/IceAABB.cpp @@ -18,7 +18,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceContainer.cpp b/Opcode/Ice/IceContainer.cpp index 552d051..104098b 100644 --- a/Opcode/Ice/IceContainer.cpp +++ b/Opcode/Ice/IceContainer.cpp @@ -22,7 +22,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceCore; diff --git a/Opcode/Ice/IceHPoint.cpp b/Opcode/Ice/IceHPoint.cpp index 2074543..5282313 100644 --- a/Opcode/Ice/IceHPoint.cpp +++ b/Opcode/Ice/IceHPoint.cpp @@ -26,7 +26,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceIndexedTriangle.cpp b/Opcode/Ice/IceIndexedTriangle.cpp index ea32362..58687cd 100644 --- a/Opcode/Ice/IceIndexedTriangle.cpp +++ b/Opcode/Ice/IceIndexedTriangle.cpp @@ -9,7 +9,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceMatrix3x3.cpp b/Opcode/Ice/IceMatrix3x3.cpp index 189d39d..1682a7b 100644 --- a/Opcode/Ice/IceMatrix3x3.cpp +++ b/Opcode/Ice/IceMatrix3x3.cpp @@ -33,7 +33,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceMatrix4x4.cpp b/Opcode/Ice/IceMatrix4x4.cpp index 4c539c9..749211e 100644 --- a/Opcode/Ice/IceMatrix4x4.cpp +++ b/Opcode/Ice/IceMatrix4x4.cpp @@ -36,7 +36,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceOBB.cpp b/Opcode/Ice/IceOBB.cpp index 5a986e8..2b1205b 100644 --- a/Opcode/Ice/IceOBB.cpp +++ b/Opcode/Ice/IceOBB.cpp @@ -18,7 +18,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IcePlane.cpp b/Opcode/Ice/IcePlane.cpp index 15e907c..613e4a5 100644 --- a/Opcode/Ice/IcePlane.cpp +++ b/Opcode/Ice/IcePlane.cpp @@ -18,7 +18,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IcePoint.cpp b/Opcode/Ice/IcePoint.cpp index 8bf2d40..5dc35fe 100644 --- a/Opcode/Ice/IcePoint.cpp +++ b/Opcode/Ice/IcePoint.cpp @@ -46,7 +46,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceRandom.cpp b/Opcode/Ice/IceRandom.cpp index 0139be6..8593399 100644 --- a/Opcode/Ice/IceRandom.cpp +++ b/Opcode/Ice/IceRandom.cpp @@ -9,7 +9,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceCore; diff --git a/Opcode/Ice/IceRay.cpp b/Opcode/Ice/IceRay.cpp index a3872f6..7db78a5 100644 --- a/Opcode/Ice/IceRay.cpp +++ b/Opcode/Ice/IceRay.cpp @@ -59,7 +59,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceRevisitedRadix.cpp b/Opcode/Ice/IceRevisitedRadix.cpp index f55b0cf..c9eca90 100644 --- a/Opcode/Ice/IceRevisitedRadix.cpp +++ b/Opcode/Ice/IceRevisitedRadix.cpp @@ -49,7 +49,7 @@ To do: /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceCore; diff --git a/Opcode/Ice/IceSegment.cpp b/Opcode/Ice/IceSegment.cpp index 0eede40..189be8f 100644 --- a/Opcode/Ice/IceSegment.cpp +++ b/Opcode/Ice/IceSegment.cpp @@ -22,7 +22,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceTriangle.cpp b/Opcode/Ice/IceTriangle.cpp index 8a0a4b6..c3794fe 100644 --- a/Opcode/Ice/IceTriangle.cpp +++ b/Opcode/Ice/IceTriangle.cpp @@ -9,7 +9,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceMaths; diff --git a/Opcode/Ice/IceUtils.cpp b/Opcode/Ice/IceUtils.cpp index d877203..7ed9cdb 100644 --- a/Opcode/Ice/IceUtils.cpp +++ b/Opcode/Ice/IceUtils.cpp @@ -9,7 +9,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Precompiled Header -#include "Stdafx.h" +#include "StdAfx.h" using namespace IceCore; -- cgit v1.1