Prvni verze na Git
This commit is contained in:
28
libSys/plgHlasky.pas
Normal file
28
libSys/plgHlasky.pas
Normal file
@ -0,0 +1,28 @@
|
||||
unit plgHlasky;
|
||||
|
||||
interface
|
||||
|
||||
// [RK 10.10.2011] zapnuto vzdy vkuli prekladovemu portalu
|
||||
{$DEFINE EdHlasky}
|
||||
|
||||
uses
|
||||
plgType;
|
||||
|
||||
// rozsah hlasek je W=5000000-5999999
|
||||
|
||||
const
|
||||
GplgHlasky : array[TplgTxt] of TplgHlaska =
|
||||
(
|
||||
{$I ..\lib\plgHlaskyJadro.INC} // definice hlasek jadra
|
||||
{$I ..\lib\plgHlaskyEx.INC} // definice ostatnich hlasek
|
||||
);
|
||||
|
||||
{ =========================================================================== }
|
||||
|
||||
implementation
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
{ ########################################################################### }
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user