Change d3d9.hpp to d3d.hpp

This commit is contained in:
twinaphex 2014-06-11 00:49:18 +02:00
parent d1f8ee6132
commit 59fed065e9
5 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
#ifdef _XBOX
#include "../../xdk/xdk_d3d.h"
#else
#include "../d3d9/d3d9.hpp"
#include "../d3d9/d3d.hpp"
#include "win32_common.h"
#endif

View File

@ -15,7 +15,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "d3d9.hpp"
#include "d3d.hpp"
#include "render_chain.hpp"
#include "../../file.h"
#include "../gfx_common.h"

View File

@ -16,7 +16,7 @@
#ifndef RENDER_CHAIN_HPP__
#define RENDER_CHAIN_HPP__
#include "d3d9.hpp"
#include "d3d.hpp"
#include "../state_tracker.h"
#include "../shader_parse.h"

View File

@ -14,7 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../d3d9/d3d9.hpp"
#include "../d3d9/d3d.hpp"
#include "d3d_font.h"
#include "../gfx_common.h"
#include "../../general.h"