// --------------------------------------------------------------------------
// Function:      DXNames.h
// Purpose:       
// Parameters:    
// --------------------------------------------------------------------------

#ifndef _DXNAMES_H_
#define _DXNAMES_H_

typedef struct IDirect3D8             DXN_Direct3D;
typedef struct IDirect3DDevice8       DXN_Direct3DDevice;
typedef struct IDirect3DVertexBuffer8 DXN_D3DVertexBuffer;
typedef struct IDirect3DIndexBuffer8  DXN_D3DIndexBuffer;
typedef struct IDirect3DTexture8      DXN_Direct3DTexture;

typedef struct _D3DVIEWPORT8          DXN_D3DVIEWPORT;

#endif //_DXNAMES_H_
