home *** CD-ROM | disk | FTP | other *** search
- /* 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 */
-
-
- /* ======================================================= */
-
-
-