Commit d9e98ea3 authored by Tony Wasserka's avatar Tony Wasserka Committed by Alexandre Julliard

d3dx9: Add d3dx9tex.h.

parent 880bacb5
...@@ -127,6 +127,7 @@ SRCDIR_INCLUDES = \ ...@@ -127,6 +127,7 @@ SRCDIR_INCLUDES = \
d3dx9core.h \ d3dx9core.h \
d3dx9math.h \ d3dx9math.h \
d3dx9math.inl \ d3dx9math.inl \
d3dx9tex.h \
dbghelp.h \ dbghelp.h \
dbinit.idl \ dbinit.idl \
dbprop.idl \ dbprop.idl \
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "d3d9.h" #include "d3d9.h"
#include "d3dx9math.h" #include "d3dx9math.h"
#include "d3dx9core.h" #include "d3dx9core.h"
#include "d3dx9tex.h"
#define _FACDD 0x876 #define _FACDD 0x876
#define MAKE_DDHRESULT(code) MAKE_HRESULT(1, _FACDD, code) #define MAKE_DDHRESULT(code) MAKE_HRESULT(1, _FACDD, code)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment