d3dx9: Add some definitions in d3dx9.h.

This commit is contained in:
Tony Wasserka 2009-03-08 14:54:12 +01:00 committed by Alexandre Julliard
parent 020b3b5bdc
commit 0ed2c2c5e0

View file

@ -21,6 +21,12 @@
#include <limits.h>
#define D3DX_DEFAULT ((UINT)-1)
#define D3DX_DEFAULT_NONPOW2 ((UINT)-2)
#define D3DX_DEFAULT_FLOAT FLT_MAX
#define D3DX_FROM_FILE ((UINT)-3)
#define D3DFMT_FROM_FILE ((D3DFORMAT)-3)
#include "d3d9.h"
#include "d3dx9math.h"
#include "d3dx9core.h"