Misha Koshelev : d3dx9_36: Add D3DXCreateTeapot to d3dx9shape.h.

Alexandre Julliard julliard at winehq.org
Mon Sep 27 11:29:40 CDT 2010


Module: wine
Branch: master
Commit: 30be5879ecfd47475be7e31633a30a6de871e884
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=30be5879ecfd47475be7e31633a30a6de871e884

Author: Misha Koshelev <misha680 at gmail.com>
Date:   Sat Sep 25 14:36:45 2010 -0500

d3dx9_36: Add D3DXCreateTeapot to d3dx9shape.h.

---

 include/d3dx9shape.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/d3dx9shape.h b/include/d3dx9shape.h
index 36bca6b..2890c5d 100644
--- a/include/d3dx9shape.h
+++ b/include/d3dx9shape.h
@@ -39,6 +39,10 @@ HRESULT WINAPI D3DXCreateSphere(LPDIRECT3DDEVICE9 device,
                                 LPD3DXMESH* mesh,
                                 LPD3DXBUFFER* adjacency);
 
+HRESULT WINAPI D3DXCreateTeapot(LPDIRECT3DDEVICE9 device,
+                                LPD3DXMESH *mesh,
+                                LPD3DXBUFFER *adjacency);
+
 #ifdef __cplusplus
 }
 #endif




More information about the wine-cvs mailing list