mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 09:20:29 +02:00
fixed unit circle
git-svn-id: trunk@6685 -
This commit is contained in:
parent
aa3df7b7d6
commit
0ed15310bb
@ -35,9 +35,12 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF MEM_CHECK}MemCheck,{$ENDIF}
|
||||
Classes, SysUtils, FileProcs;
|
||||
Classes, SysUtils;
|
||||
|
||||
type
|
||||
TFPCStreamSeekType = int64;
|
||||
TFPCMemStreamSeekType = integer;
|
||||
|
||||
TAVLTreeNode = class
|
||||
public
|
||||
Parent, Left, Right: TAVLTreeNode;
|
||||
|
Loading…
Reference in New Issue
Block a user