Convert d3d_ctx.cpp to C

This commit is contained in:
twinaphex 2017-10-02 07:57:49 +02:00
parent c3bcbaea14
commit bd66937112
3 changed files with 1 additions and 1 deletions

View File

@ -312,6 +312,7 @@ VIDEO DRIVER
#if defined(HAVE_D3D) #if defined(HAVE_D3D)
#include "../gfx/common/d3d_common.c" #include "../gfx/common/d3d_common.c"
#include "../gfx/drivers/d3d.c" #include "../gfx/drivers/d3d.c"
#include "../gfx/drivers_context/d3d_ctx.c"
#endif #endif
#if defined(GEKKO) #if defined(GEKKO)

View File

@ -106,7 +106,6 @@ VIDEO CONTEXT
============================================================ */ ============================================================ */
#if defined(HAVE_D3D) #if defined(HAVE_D3D)
#include "../gfx/drivers_context/d3d_ctx.cpp"
#ifdef HAVE_HLSL #ifdef HAVE_HLSL
#include "../gfx/drivers_shader/shader_hlsl.cpp" #include "../gfx/drivers_shader/shader_hlsl.cpp"