| # | Line 44 | Line 44 | type | |
|---|---|---|
| 44 | procedure UpdateDatFilePart(FileID, Offset, Size: Integer; Src: Pointer); overload; | |
| 45 | ||
| 46 | function GetDatLinks(FileID: Integer): TDatLinkList; virtual; abstract; | |
| 47 | + | function GetDatLink(FileID, DatOffset: Integer): TDatLink; virtual; abstract; |
| 48 | function GetRawList(FileID: Integer): TRawDataList; virtual; abstract; | |
| 49 | function GetRawInfo(FileID, DatOffset: Integer): TRawDataInfo; virtual; abstract; | |
| 50 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |