Source position: datatypes.pas line 758
type TAnimHeader = record |
ah_Operation: Byte; |
ah_Mask: Byte; |
ah_Width: Word; |
ah_Height: Word; |
ah_Left: SmallInt; |
ah_Top: SmallInt; |
ah_AbsTime: LongWord; |
ah_RelTime: LongWord; |
ah_Interleave: Byte; |
ah_Pad0: Byte; |
ah_Flags: LongWord; |
ah_Pad: array [0..15] of Byte; |
end; |