Prvni verze
This commit is contained in:
24
libSys/plgSoudky.pas
Normal file
24
libSys/plgSoudky.pas
Normal file
@ -0,0 +1,24 @@
|
||||
unit plgSoudky;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
plgType;
|
||||
|
||||
const
|
||||
Cplg_SeznamSoudku : array [TplgSoudek] of TplgSoudekDef =
|
||||
((SelfIdent: sdNeniVidet;
|
||||
Jmeno : '')
|
||||
|
||||
//last
|
||||
);
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
implementation
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user