////////////////////////////////////////////////////////////////////////////////
//  : '   '
////////////////////////////////////////////////////////////////////////////////
library step3;

{$E rtw}

{$R 'step3.res' 'step3.rc'}

uses
  step31 in 'step31.pas';

exports
  LibraryId name 'LIBRARYID',
  LibraryEntry name 'LIBRARYENTRY';

begin
end.
