summaryrefslogtreecommitdiffhomepage
path: root/Opcode/Ice
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-01-29 03:35:18 +0100
committerAki <please@ignore.pl>2022-01-29 03:35:18 +0100
commit758e7e8cdf56690f003229c409103645c072e5d8 (patch)
treee33b13f35783c09d8fbcba0d5e5bd2953db30138 /Opcode/Ice
parent104248aabf40b692231fccd1adf1a2a494f1589a (diff)
downloadstarshatter-758e7e8cdf56690f003229c409103645c072e5d8.zip
starshatter-758e7e8cdf56690f003229c409103645c072e5d8.tar.gz
starshatter-758e7e8cdf56690f003229c409103645c072e5d8.tar.bz2
Fixed case and separators in include paths in Opcode
Diffstat (limited to 'Opcode/Ice')
-rw-r--r--Opcode/Ice/IceAABB.cpp2
-rw-r--r--Opcode/Ice/IceContainer.cpp2
-rw-r--r--Opcode/Ice/IceHPoint.cpp2
-rw-r--r--Opcode/Ice/IceIndexedTriangle.cpp2
-rw-r--r--Opcode/Ice/IceMatrix3x3.cpp2
-rw-r--r--Opcode/Ice/IceMatrix4x4.cpp2
-rw-r--r--Opcode/Ice/IceOBB.cpp2
-rw-r--r--Opcode/Ice/IcePlane.cpp2
-rw-r--r--Opcode/Ice/IcePoint.cpp2
-rw-r--r--Opcode/Ice/IceRandom.cpp2
-rw-r--r--Opcode/Ice/IceRay.cpp2
-rw-r--r--Opcode/Ice/IceRevisitedRadix.cpp2
-rw-r--r--Opcode/Ice/IceSegment.cpp2
-rw-r--r--Opcode/Ice/IceTriangle.cpp2
-rw-r--r--Opcode/Ice/IceUtils.cpp2
15 files changed, 15 insertions, 15 deletions
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;