lazarus/components/codetools/ide/cody.pas
mattias 3d59e27e15 cody: started dictionary
git-svn-id: trunk@33550 -
2011-11-16 05:50:48 +00:00

24 lines
548 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit Cody;
interface
uses
PPUListDlg, CodyStrConsts, AddAssignMethodDlg, CodyCtrls, CodyFrm,
CodyRegistration, DeclareVarDlg, CodyUtils, CodyNodeInfoDlg,
CodyCopyDeclaration, AddWithBlockDlg, CodyIdentifiersDlg, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('CodyRegistration', @CodyRegistration.Register);
end;
initialization
RegisterPackage('Cody', @Register);
end.