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

24 lines
450 B
ObjectPascal

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