d3dx8: Fix the definition of D3DXVECTOR.
This commit is contained in:
parent
fda899a778
commit
076340402d
|
@ -34,10 +34,7 @@ typedef struct D3DXVECTOR2
|
|||
FLOAT x, y;
|
||||
} D3DXVECTOR2, *LPD3DXVECTOR2;
|
||||
|
||||
typedef struct D3DXVECTOR3
|
||||
{
|
||||
FLOAT x, y, z;
|
||||
} D3DXVECTOR3, *LPD3DXVECTOR3;
|
||||
typedef struct _D3DVECTOR D3DXVECTOR3, *LPD3DXVECTOR3;
|
||||
|
||||
typedef struct D3DXVECTOR4
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue