home *** CD-ROM | disk | FTP | other *** search
- // MenuPick.c - Copyright © 1994 Mike Austin
-
- #include <dos/dos.h>
- #include "MFileMode.h"
- #include "GUI.h"
-
- int MainMENU_ABOUT(VOID)
- {
- AlertUser(MainWnd, Version + 6, "\n\nCopyright 1994 Mike Austin\n\nAll Rights Reserved");
-
- return TRUE;
- }
-
- int MainMENU_QUIT(VOID)
- {
- return FALSE;
- }
-