lazarus/lcl/interfaces/lcl.pas
sekelsenmat 577822049d Implements vibration in Android
git-svn-id: trunk@35293 -
2012-02-10 15:10:13 +00:00

21 lines
302 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit LCL;
interface
uses
AllLCLIntfUnits, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('LCL', @Register);
end.