From 8164a955d6b24f387f244631abd1179923fa6ddf Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Wed, 13 Jan 2016 12:09:24 +0100 Subject: [PATCH] Renamed OctTree files to Octree (OCD to the max) --- include/Engine/Core/{OctTree.h => Octree.h} | 0 src/Engine/Core/{OctTree.cpp => Octree.cpp} | 2 +- src/Tests/CollisionTest.cpp | 2 +- src/Tests/OctTreeTest.cpp | 2 +- src/Tests/OctTreeTestGameMain.cpp | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename include/Engine/Core/{OctTree.h => Octree.h} (100%) rename src/Engine/Core/{OctTree.cpp => Octree.cpp} (99%) diff --git a/include/Engine/Core/OctTree.h b/include/Engine/Core/Octree.h similarity index 100% rename from include/Engine/Core/OctTree.h rename to include/Engine/Core/Octree.h diff --git a/src/Engine/Core/OctTree.cpp b/src/Engine/Core/Octree.cpp similarity index 99% rename from src/Engine/Core/OctTree.cpp rename to src/Engine/Core/Octree.cpp index c1d8c64e..f00a4a2a 100644 --- a/src/Engine/Core/OctTree.cpp +++ b/src/Engine/Core/Octree.cpp @@ -2,7 +2,7 @@ #include #include -#include "Core/OctTree.h" +#include "Core/Octree.h" #include "Collision/Collision.h" namespace diff --git a/src/Tests/CollisionTest.cpp b/src/Tests/CollisionTest.cpp index e6a29298..f83b4ee9 100644 --- a/src/Tests/CollisionTest.cpp +++ b/src/Tests/CollisionTest.cpp @@ -7,7 +7,7 @@ using boost::unit_test_framework::test_case; #include "Engine/Core/AABB.h" #include "Engine/Core/Ray.h" #include //srand -#include "Engine/Core/OctTree.h" +#include "Engine/Core/Octree.h" //vs model #include #include diff --git a/src/Tests/OctTreeTest.cpp b/src/Tests/OctTreeTest.cpp index 0206ce50..585bac6a 100644 --- a/src/Tests/OctTreeTest.cpp +++ b/src/Tests/OctTreeTest.cpp @@ -3,7 +3,7 @@ using boost::unit_test_framework::test_suite; using boost::unit_test_framework::test_case; #include //srand -#include "Engine/Core/OctTree.h" +#include "Engine/Core/Octree.h" #include "Engine/Core/Ray.h" #include "OldOctTree.h" diff --git a/src/Tests/OctTreeTestGameMain.cpp b/src/Tests/OctTreeTestGameMain.cpp index 43789cea..a248ac43 100644 --- a/src/Tests/OctTreeTestGameMain.cpp +++ b/src/Tests/OctTreeTestGameMain.cpp @@ -7,7 +7,7 @@ using boost::unit_test_framework::test_case; #include "Engine/Core/AABB.h" #include "Engine/Core/Ray.h" #include //srand -#include "Engine/Core/OctTree.h" +#include "Engine/Core/Octree.h" //vs memleaks //#define _CRTDBG_MAP_ALLOC