Files
Rootvin-pluginHDCRTN/libSys/plgTable.pas
2025-05-21 21:06:33 +02:00

24 lines
450 B
ObjectPascal

unit plgTable;
interface
uses
plgType;
var
Cplg_SeznamTabulek : array[TplgTabulka] of PplgTabulkaDef =
(nil // tZadna
//last
);
{ =========================================================================== }
implementation
{ ########################################################################### }
{ ########################################################################### }
end.