home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
macify13.shr
/
macify.hqx
/
Source
/
U
/
DoMenuMacify.c
< prev
next >
Wrap
Text File
|
1991-03-15
|
769b
|
33 lines
/* DoMenuMacify Special menu handling */
/* Unit name: DoMenuMacify.c */
/* Function: Handle other specific menu lists. */
/* History: 3/15/91 Original by Prototyper 3.0 */
#include "PCommonMacify.h" /* Common */
#include "Common_Macify.h" /* Common */
#include "PUtils_Macify.h" /* General Utilities */
#include "Utils_Macify.h" /* General Utilities */
#include "DoMenuMacify.h" /* This file */
/* ======================================================= */
/* Routine: Handle_Other_Menus */
/* Purpose: Handle special menus */
void Handle_Other_Menus( theMenu, theItem)
short theMenu;
short theItem;
{
} /* End of procedure Handle_Other_Menus */
/* ======================================================= */