home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Misc
/
MF0.9.LHA
/
MFileMode
/
Source
/
MenuPick.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-09-05
|
287 b
|
18 lines
// 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;
}