JPEGView/Headers/CustomCopyBits.h

1 line
476 B
C

/*********************************************************/
/* This source code copyright (c) 1991-2001, Aaron Giles */
/* See the Read Me file for licensing information. */
/* Contact email: mac@aarongiles.com */
/*********************************************************/
#ifndef __CUSTOMCOPYBITS__
#define __CUSTOMCOPYBITS__
extern void DoCustomCopy(PixMap *src, PixMap *dst, Rect *srcRect, Rect *dstRect,
Boolean fast, short depth);
#endif