home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 001-099 / ff019.lzh / BlackJack / dekmgr.h < prev    next >
Text File  |  1986-04-08  |  127b  |  9 lines

  1. /* DEKMGR.H       Interface for deck manager
  2.  */
  3.  
  4. bool     deklow();
  5. void     opndek();
  6. void     shuffl();
  7. short    tkcard();
  8.  
  9.