Rename d3d_wrapper.cpp

This commit is contained in:
twinaphex 2015-04-03 02:16:55 +02:00
parent 0f6c64e420
commit 6131fc7773
2 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ VIDEO DRIVER
#endif
#if defined(_XBOX) || defined(HAVE_WIN32_D3D9)
#include "../gfx/d3d/d3d_wrapper.cpp"
#include "../gfx/d3d/d3d_wrapper.c"
#include "../gfx/d3d/d3d.cpp"
#ifndef _XBOX
#include "../gfx/d3d/render_chain.cpp"