mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
Case Issue with #include statement.
* Gfx_wrapper.cpp: two #include statemenst with incorrect case. * Fixed an empty line issue
This commit is contained in:
parent
4ce00bca08
commit
2be26952c7
|
@ -651,8 +651,8 @@ extern ULONG gfxGetColorMask(void)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "GFX_wrapper_OpenGL.cpp"
|
#include "Gfx_wrapper_OpenGL.cpp"
|
||||||
#include "GFX_wrapper_Direct3D.cpp"
|
#include "Gfx_wrapper_Direct3D.cpp"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user