home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / macify13.shr / macify.hqx / Source / U / DoMenuMacify.c < prev    next >
Text File  |  1991-03-15  |  769b  |  33 lines

  1. /*  DoMenuMacify                                                           Special menu handling */
  2.  
  3. /* Unit name:  DoMenuMacify.c   */
  4. /* Function:  Handle other specific menu lists. */
  5. /* History: 3/15/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8. #include "PCommonMacify.h"    /* Common */
  9. #include "Common_Macify.h"    /* Common */
  10. #include "PUtils_Macify.h"    /* General Utilities */
  11. #include "Utils_Macify.h"    /* General Utilities */
  12.  
  13. #include "DoMenuMacify.h"    /* This file */
  14.  
  15.  
  16. /* ======================================================= */
  17.  
  18.  
  19. /* Routine: Handle_Other_Menus */
  20. /* Purpose: Handle special menus */
  21.  
  22. void Handle_Other_Menus( theMenu,  theItem)
  23. short    theMenu;
  24. short    theItem;
  25. {
  26.  
  27. }                                                                                /* End of procedure Handle_Other_Menus */
  28.  
  29.  
  30. /* ======================================================= */
  31.  
  32.  
  33.