You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
315 B
14 lines
315 B
///////////////////////////////////////////////
|
|
// fuimg4.h
|
|
//
|
|
// September.3,1997 H.Ishida (FPL)
|
|
//
|
|
// COPYRIGHT(C) FUJITSU LIMITED 1997
|
|
|
|
#ifndef fuimg4_h
|
|
#define fuimg4_h
|
|
|
|
void fuxlOutputRTGIMG4(PDEVOBJ pdevobj, LPCBYTE pbSrc, int iByteWidth, int y, int cy);
|
|
|
|
#endif // !fuimg4_h
|
|
// end of fuimg4.h
|