Files
Rootvin-pluginHDCRTN/libSys/plgSoudky.pas
2025-05-21 21:06:33 +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.