////////////////////////////////////////////////////////////////////////////////
//  : '  '
////////////////////////////////////////////////////////////////////////////////
library CubeLT;

{$E rtw}


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

uses
  Cube1 in 'Cube1.pas',
  cBaseEvents in 'cBaseEvents.pas',
  ks3DCOM_TLB in '..\..\..\Include\ks3DCOM_TLB.pas',
  LDefin3D in '..\..\..\Include\LDefin3D.pas',
  DocumentFrameEvents in 'DocumentFrameEvents.pas',
  ksConstTLB in '..\..\..\Include\ksConstTLB.pas',
  klAPI7 in '..\..\..\Include\klAPI7.pas';

exports
  LibraryId    name 'LIBRARYID',
  LibraryEntry name 'LIBRARYENTRY';
begin
  DLLProc := @MyDLLProc;
end.
