AS
Size: a a a
AS
DB
AS
DB
DB
DB
DB
AS
pip install opencv
... и весь граф зависимостей подтягивается автоматом...AS
DB
DB
DB
AS
DB
DB
DB
GB
GB
AK
TTL2Node = record
name : PWideChar;
parent: PTL2Node;
case nodetype:integer of
ntGroup : (
children : PATL2Node;
childcount: word;
);
ntBool : (b:bytebool);
ntNote,
ntTranslate,
ntString : (s:PWideChar);
ntInteger : (i:int32);
ntUnsigned : (u:uint32);
ntInteger64: (l:int64);
ntFloat : (f:single);
ntDouble : (d:double);
ntWord : (w:word);
ntByte : (c:byte);
ntBinary : (len:uint32);
end;
AK