home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
BBS
/
NETMAIL
/
MSGD2SRC.ZIP
/
MENU.H
< 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
|
1990-07-30
|
278 b
|
18 lines
/*
*
* menu
*
* moving bar menus for msged
PUBLIC DOMAIN
*
* definition
*
*/
#include "pascal.h"
int _pascal menu(int x1, int y1, int x2, int y2, char **items, int bar, int normal, int def);
void _pascal box(int x1, int y1, int x2, int y2, int t);