mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 11:53:45 +02:00
15 lines
167 B
ObjectPascal
15 lines
167 B
ObjectPascal
// Registers LCL drawers in the IDE
|
|
unit customdrawnlcldrawers;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
customdrawn_winxp, customdrawn_android;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|