21 lines
733 B
C
21 lines
733 B
C
/*****************************************************************************/
|
|
/* Copyright (C) 2005 NORMAN MEGILL nm at alum.mit.edu */
|
|
/* License terms: GNU General Public License */
|
|
/*****************************************************************************/
|
|
/*34567890123456 (79-character line to adjust editor window) 2345678901234567*/
|
|
|
|
/***********************************/
|
|
/* Macintosh interface functions */
|
|
/***********************************/
|
|
|
|
#ifndef METAMATH_MMMACI_H_
|
|
#define METAMATH_MMMACI_H_
|
|
|
|
void ToolBoxInit(void);
|
|
void WindowInit(void);
|
|
void DrawMyPicture(void);
|
|
|
|
void CenterPict(PicHandle picture, Rect *destRectPtr);
|
|
|
|
#endif /* METAMATH_MMMACI_H_ */
|