Commit 72c57977 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dx9: Add d3dx9effect.h include file.

parent 561a3e64
...@@ -167,6 +167,7 @@ SRCDIR_INCLUDES = \ ...@@ -167,6 +167,7 @@ SRCDIR_INCLUDES = \
d3dvec.inl \ d3dvec.inl \
d3dx9.h \ d3dx9.h \
d3dx9core.h \ d3dx9core.h \
d3dx9effect.h \
d3dx9math.h \ d3dx9math.h \
d3dx9math.inl \ d3dx9math.inl \
d3dx9mesh.h \ d3dx9mesh.h \
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "d3dx9core.h" #include "d3dx9core.h"
#include "d3dx9mesh.h" #include "d3dx9mesh.h"
#include "d3dx9shader.h" #include "d3dx9shader.h"
#include "d3dx9effect.h"
#include "d3dx9tex.h" #include "d3dx9tex.h"
#define _FACDD 0x876 #define _FACDD 0x876
......
...@@ -222,6 +222,11 @@ typedef struct _D3DXMACRO { ...@@ -222,6 +222,11 @@ typedef struct _D3DXMACRO {
LPCSTR Definition; LPCSTR Definition;
} D3DXMACRO, *LPD3DXMACRO; } D3DXMACRO, *LPD3DXMACRO;
typedef struct _D3DXSEMANTIC {
UINT Usage;
UINT UsageIndex;
} D3DXSEMANTIC, *LPD3DXSEMANTIC;
typedef enum _D3DXINCLUDE_TYPE typedef enum _D3DXINCLUDE_TYPE
{ {
D3DXINC_LOCAL, D3DXINC_LOCAL,
......
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