Renamed OctTree files to Octree (OCD to the max)

This commit is contained in:
2016-01-13 12:09:24 +01:00
parent 704e8825c4
commit 8164a955d6
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using boost::unit_test_framework::test_suite;
using boost::unit_test_framework::test_case;
#include <stdlib.h>//srand
#include "Engine/Core/OctTree.h"
#include "Engine/Core/Octree.h"
#include "Engine/Core/Ray.h"
#include "OldOctTree.h"