From 24733603eaf38868877ba75d310c2421d198af19 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 4 Apr 2015 02:45:22 +0200 Subject: [PATCH] Rename d3d_ctx.c to d3d_ctx.cpp --- gfx/drivers_context/{d3d_ctx.c => d3d_ctx.cpp} | 0 griffin/griffin.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gfx/drivers_context/{d3d_ctx.c => d3d_ctx.cpp} (100%) diff --git a/gfx/drivers_context/d3d_ctx.c b/gfx/drivers_context/d3d_ctx.cpp similarity index 100% rename from gfx/drivers_context/d3d_ctx.c rename to gfx/drivers_context/d3d_ctx.cpp diff --git a/griffin/griffin.c b/griffin/griffin.c index 599a5e722c..3eb37b4cf5 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -101,7 +101,7 @@ VIDEO CONTEXT #if defined(__CELLOS_LV2__) #include "../gfx/drivers_context/ps3_ctx.c" #elif defined(HAVE_D3D) -#include "../gfx/drivers_context/d3d_ctx.c" +#include "../gfx/drivers_context/d3d_ctx.cpp" #elif defined(ANDROID) #include "../gfx/drivers_context/androidegl_ctx.c" #elif defined(__QNX__)