www.pudn.com > XmudOSr.rar > alpha.h
//alpha.cpp 's Head File
#ifndef _ALPHA_H__
#define _ALPHA_H__
struct AlphaData
{
int width;
int height;
unsigned char * buf;
};
BOOL GetAlphaData(const char * FileName, AlphaData * pAData);
void DrawAlpha5(COLORREF color);
void DrawAlpha6(COLORREF color);
#endif