home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / picdll.zip / FRACTDLL.DPR < prev    next >
Text File  |  1995-06-16  |  321b  |  19 lines

  1. library Fractdll;
  2.  
  3. { Program copyright (c) 1995 by Charles Calvert }
  4. { Project Name: RUNDLL }
  5.  
  6. uses
  7.   Pics in 'PICS.PAS' {SpacePict1},
  8.   Squares in 'SQUARES.PAS' {DrawSqr},
  9.   Fern in 'FERN.PAS' {Ferns};
  10.  
  11. exports
  12.   ShowPictures index 1,
  13.   ShowSquares index 2,
  14.   ShowFerns index 3;
  15.  
  16. {$R *.RES}
  17. begin
  18. end.
  19.