From 2be26952c7ecbbba3fce857dcd1a127187686620 Mon Sep 17 00:00:00 2001 From: Salamanderrake Date: Sat, 2 Apr 2016 01:12:25 -0400 Subject: [PATCH] Case Issue with #include statement. * Gfx_wrapper.cpp: two #include statemenst with incorrect case. * Fixed an empty line issue --- Sources/Engine/Graphics/Gfx_wrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Engine/Graphics/Gfx_wrapper.cpp b/Sources/Engine/Graphics/Gfx_wrapper.cpp index 1249127..16b6f32 100644 --- a/Sources/Engine/Graphics/Gfx_wrapper.cpp +++ b/Sources/Engine/Graphics/Gfx_wrapper.cpp @@ -651,8 +651,8 @@ extern ULONG gfxGetColorMask(void) -#include "GFX_wrapper_OpenGL.cpp" -#include "GFX_wrapper_Direct3D.cpp" +#include "Gfx_wrapper_OpenGL.cpp" +#include "Gfx_wrapper_Direct3D.cpp"