d3dx9_36: Add D3DXCreateTeapot to d3dx9shape.h.

This commit is contained in:
Misha Koshelev 2010-09-25 14:36:45 -05:00 committed by Alexandre Julliard
parent af7e4dbe54
commit 30be5879ec

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