reactos/reactos/dll/directx/d3d9/d3d9_create.h

17 lines
496 B
C
Raw Normal View History

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS ReactX
* FILE: dll/directx/d3d9/d3d9_create.h
* PURPOSE: d3d9.dll internal create functions and data
* PROGRAMERS: Gregor Brunmar <gregor (dot) brunmar (at) home (dot) se>
*/
#ifndef _D3D9_CREATE_H_
#define _D3D9_CREATE_H_
#include "d3d9_private.h"
/* Creates a Direct3D9 object */
HRESULT CreateD3D9(OUT LPDIRECT3D9 *ppDirect3D9, UINT SDKVersion);
#endif // _D3D9_CREATE_H_