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:
C/C++ Source or Header  |  1990-07-30  |  278 b   |  18 lines

  1. /*
  2.  *
  3.  * menu
  4.  *
  5.  * moving bar menus for msged
  6.  
  7.     PUBLIC DOMAIN
  8.  
  9.  *
  10.  * definition
  11.  *
  12.  */
  13.  
  14. #include "pascal.h"
  15.  
  16. int _pascal menu(int x1, int y1, int x2, int y2, char **items, int bar, int normal, int def);
  17. void _pascal box(int x1, int y1, int x2, int y2, int t);
  18.