24 lines
412 B
C
24 lines
412 B
C
#ifndef GLI_TEXTUD3D_H
|
|
#define GLI_TEXTUD3D_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
/*
|
|
typedef struct GLI_tdstTextureD3D_
|
|
{
|
|
//D3DTEXTUREHANDLE hD3DTexture;
|
|
LPDIRECT3DTEXTURE2 p_stD3DTexture;
|
|
//LPDIRECTDRAWSURFACE p_stDDSurface;
|
|
LPDIRECTDRAWSURFACE4 p_stDDSurface;
|
|
} GLI_tdstTextureD3D;
|
|
*/
|
|
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* GLI_TEXTUD3D_H*/
|