d3dx8: Fix the definition of D3DXVECTOR.

This commit is contained in:
David Adam 2007-10-11 17:48:49 +02:00 committed by Alexandre Julliard
parent fda899a778
commit 076340402d
1 changed files with 1 additions and 4 deletions

View File

@ -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
{