Rename files back to .cpp

This commit is contained in:
twinaphex 2015-04-04 02:36:55 +02:00
parent aeeaba788f
commit 9e56bd2f23
4 changed files with 3 additions and 3 deletions

View File

@ -224,7 +224,7 @@ VIDEO DRIVER
#endif
#if defined(HAVE_D3D)
#include "../gfx/d3d/d3d_wrapper.c"
#include "../gfx/d3d/d3d_wrapper.cpp"
#include "../gfx/d3d/d3d.cpp"
#ifndef _XBOX
#include "../gfx/d3d/render_chain.cpp"
@ -259,7 +259,7 @@ FONTS
#endif
#if defined(HAVE_D3D9)
#include "../gfx/drivers_font/d3d_w32_font.c"
#include "../gfx/drivers_font/d3d_w32_font.cpp"
#endif
#if defined(HAVE_LIBDBGFONT)
@ -473,7 +473,7 @@ AUDIO
#endif
#ifdef HAVE_XAUDIO
#include "../audio/drivers/xaudio.c"
#include "../audio/drivers/xaudio.cpp"
#endif
#ifdef HAVE_DSOUND