Convert d3d_ctx.cpp to C
This commit is contained in:
parent
c3bcbaea14
commit
bd66937112
|
@ -312,6 +312,7 @@ VIDEO DRIVER
|
|||
#if defined(HAVE_D3D)
|
||||
#include "../gfx/common/d3d_common.c"
|
||||
#include "../gfx/drivers/d3d.c"
|
||||
#include "../gfx/drivers_context/d3d_ctx.c"
|
||||
#endif
|
||||
|
||||
#if defined(GEKKO)
|
||||
|
|
|
@ -106,7 +106,6 @@ VIDEO CONTEXT
|
|||
============================================================ */
|
||||
|
||||
#if defined(HAVE_D3D)
|
||||
#include "../gfx/drivers_context/d3d_ctx.cpp"
|
||||
|
||||
#ifdef HAVE_HLSL
|
||||
#include "../gfx/drivers_shader/shader_hlsl.cpp"
|
||||
|
|
Loading…
Reference in New Issue