diff --git a/src/Ball_Blue.cpp b/src/Ball_Blue.cpp index b6c33da..98659be 100644 --- a/src/Ball_Blue.cpp +++ b/src/Ball_Blue.cpp @@ -1,6 +1,6 @@ // Copyright © 2014 CCP ehf. -#include "stdafx.h" +#include "StdAfx.h" #include "Ball.h" #include "Ballpark.h" diff --git a/src/Ballpark.cpp b/src/Ballpark.cpp index 68c0d70..dddd017 100644 --- a/src/Ballpark.cpp +++ b/src/Ballpark.cpp @@ -1,6 +1,6 @@ // Copyright © 2014 CCP ehf. -#include "stdafx.h" +#include "StdAfx.h" #include #ifdef _MSC_VER #include diff --git a/src/Box.cpp b/src/Box.cpp index 5e474ee..e552046 100644 --- a/src/Box.cpp +++ b/src/Box.cpp @@ -1,6 +1,6 @@ // Copyright © 2014 CCP ehf. -#include "stdafx.h" +#include "StdAfx.h" #include "Box.h" #include "SortedSets.h" #include "StaticCollidable.h" diff --git a/src/Capsule.cpp b/src/Capsule.cpp index 6f8268e..2421211 100644 --- a/src/Capsule.cpp +++ b/src/Capsule.cpp @@ -4,7 +4,7 @@ #include "Capsule.h" #include "Collision.h" #include "Ball.h" -#include "BallPark.h" +#include "Ballpark.h" #include "Settings.h" diff --git a/src/Partition.cpp b/src/Partition.cpp index e88ec7b..a6be3b5 100644 --- a/src/Partition.cpp +++ b/src/Partition.cpp @@ -1,6 +1,6 @@ // Copyright © 2014 CCP ehf. -#include "stdafx.h" +#include "StdAfx.h" #include "Partition.h" #include "Box.h" #include "Ball.h" diff --git a/src/Random.cpp b/src/Random.cpp index d6bf525..6e8eafd 100644 --- a/src/Random.cpp +++ b/src/Random.cpp @@ -1,6 +1,6 @@ // Copyright © 2014 CCP ehf. - #include "stdafx.h" + #include "StdAfx.h" #include "Random.h" diff --git a/src/Settings.h b/src/Settings.h index c204d2b..5160f0e 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -3,7 +3,7 @@ #pragma once #ifndef DESTINY_SETTINGS_H #define DESTINY_SETTINGS_H -#include "stdafx.h" +#include "StdAfx.h" constexpr size_t g_collisionMaxIterationsDefault = 20; diff --git a/src/StdAfx.cpp b/src/StdAfx.cpp index 20dce02..9250926 100644 --- a/src/StdAfx.cpp +++ b/src/StdAfx.cpp @@ -4,7 +4,7 @@ // destiny.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information -#include "stdafx.h" +#include "StdAfx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file diff --git a/src/Thunkers.cpp b/src/Thunkers.cpp index ec7cee1..f1c434e 100644 --- a/src/Thunkers.cpp +++ b/src/Thunkers.cpp @@ -1,6 +1,6 @@ // Copyright © 2014 CCP ehf. -#include "stdafx.h" +#include "StdAfx.h" #include "Ballpark.h" #include "Ball.h" #include "Box.h" diff --git a/src/destiny.cpp b/src/destiny.cpp index eb4a7d1..a77c09f 100644 --- a/src/destiny.cpp +++ b/src/destiny.cpp @@ -1,6 +1,6 @@ // Copyright © 2000 CCP ehf. -#include "stdafx.h" +#include "StdAfx.h" #include "Ball.h"