Files
LOVATO-plugin/libSys/plgSoudky.pas
2026-04-07 18:23:56 +02:00

25 lines
442 B
ObjectPascal

unit plgSoudky;
interface
uses
plgType;
const
Cplg_SeznamSoudku : array [TplgSoudek] of TplgSoudekDef =
((SelfIdent: sdNeniVidet;
Jmeno : '')
//last
);
{ =========================================================================== }
implementation
{ ########################################################################### }
{ ########################################################################### }
end.