home *** CD-ROM | disk | FTP | other *** search
- /* InitMenuTextMaster Extra menu bar initialization */
-
- /* Unit name: InitMenuTextMaster.c */
- /* Function: This module allows for extra menubar */
- /* initialization. */
- /* History: 5/9/91 Original by Prototyper 3.0 */
-
- #include "PCommonTextMaster.h" /* Common */
- #include "Common_TextMaster.h" /* Common */
- #include "PUtils_TextMaster.h" /* General Utilities */
- #include "Utils_TextMaster.h" /* General Utilities */
-
- #include "InitMenuTextMaster.h" /* This file */
-
-
- /* ======================================================= */
-
- /* Routine: AddExtraMenus */
- /* Purpose: Add in any extra menus */
-
- void AddExtraMenus()
- {
-
- } /* End of procedure AddExtraMenus */
-
-