Fixed typo backslash instead of slash in various classes (the includes)

This commit is contained in:
verysecrethero
2016-01-12 10:46:34 +01:00
parent f0b425614d
commit 147b116f20
10 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ using boost::unit_test_framework::test_case;
#include <string>
//ray vs model
#include "Engine\Core\ResourceManager.h"
#include "Engine\Rendering\Model.h"
#include "Engine\Core\Ray.h"
#include "Engine/Core/ResourceManager.h"
#include "Engine/Rendering/Model.h"
#include "Engine/Core/Ray.h"
//vs memleaks
//#define _CRTDBG_MAP_ALLOC