home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 26
/
CD_ASCQ_26_1295.iso
/
vrac
/
picdll.zip
/
FRACTDLL.DPR
< prev
next >
Wrap
Text File
|
1995-06-16
|
321b
|
19 lines
library Fractdll;
{ Program copyright (c) 1995 by Charles Calvert }
{ Project Name: RUNDLL }
uses
Pics in 'PICS.PAS' {SpacePict1},
Squares in 'SQUARES.PAS' {DrawSqr},
Fern in 'FERN.PAS' {Ferns};
exports
ShowPictures index 1,
ShowSquares index 2,
ShowFerns index 3;
{$R *.RES}
begin
end.