(D3D) Include xtl.h header for D3D8 Xbox 1

This commit is contained in:
twinaphex 2014-09-12 04:04:05 +02:00
parent 885362e9da
commit 9104736dce

View File

@ -44,6 +44,8 @@
#endif
#elif defined(_XBOX1)
#include <xtl.h>
//Direct3D 8
#define LPDIRECT3D LPDIRECT3D8
#define LPDIRECT3DDEVICE LPDIRECT3DDEVICE8