home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSGDP206.SZH / MENU.H < prev    next >
C/C++ Source or Header  |  1990-07-30  |  278b  |  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.