JPEGView/Headers/ViewMenu.h

1 line
449 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 __VIEWMENU__
#define __VIEWMENU__
void HandleViewChoice(short theItem);
void ForceScreenSize(ImageHandle theImage, Rect *srcRect);
#endif