d3dx9_36: Add D3DXCreateTeapot to d3dx9shape.h.

oldstable
Misha Koshelev 2010-09-25 14:36:45 -05:00 committed by Alexandre Julliard
parent af7e4dbe54
commit 30be5879ec
1 changed files with 4 additions and 0 deletions

View File

@ -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