JPEGView/Headers/EditMenu.h

1 line
501 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 __EDITMENU__
#define __EDITMENU__
void HandleEditChoice(short theItem);
void DoSelectScreen(ImageHandle theImage);
extern void SelRectToCropRect(ImageHandle theImage, Rect *newRect);
#endif