include: Add missing formats in D3DXIMAGE_FILEFORMAT enum.

oldstable
Christian Costa 2012-02-08 19:19:36 +01:00 committed by Alexandre Julliard
parent 17b1821825
commit f36f49fae3
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,7 @@
#define D3DX_CHANNEL_LUMINANCE 0x00000010
/**********************************************
**************** Typedefs ****************
****************** Typedefs ******************
**********************************************/
typedef enum _D3DXIMAGE_FILEFORMAT
{
@ -63,6 +63,8 @@ typedef enum _D3DXIMAGE_FILEFORMAT
D3DXIFF_DDS,
D3DXIFF_PPM,
D3DXIFF_DIB,
D3DXIFF_HDR,
D3DXIFF_PFM,
D3DXIFF_FORCE_DWORD = 0x7fffffff
} D3DXIMAGE_FILEFORMAT;