home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / jet_conf / hndlmenu.h < prev    next >
Text File  |  1993-05-09  |  414b  |  23 lines

  1. /*
  2.  * HNDLMENU.H
  3.  *
  4.  * header-module of hndlmenu.c (part of jet_conf.prg)
  5.  * menu-routines to use with jet_conf.prg.
  6.  *
  7.  */
  8.  
  9. /*--- includes              ---*/
  10.  
  11. /*--- defines               ---*/
  12.  
  13. /*--- types                 ---*/
  14.  
  15. /*--- variables             ---*/
  16.  
  17. /*--- prototypes            ---*/
  18.  
  19. GLOBAL WORD  mn_selected    ( WORD titel, WORD item );
  20.  
  21. /*--- End of hndlmenu.h module  ---*/
  22.  
  23.