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
+1 -1
View File
@@ -7,7 +7,7 @@
#include "Core/ResourceManager.h"
#include "Core/ConfigFile.h"
#include "Rendering/Renderer.h"
#include "Engine\Rendering\Texture.h"
#include "Engine/Rendering/Texture.h"
BOOST_AUTO_TEST_SUITE(resourceManagerTests)