Source position: agraphics.pas line 340
type TVSprite = record |
NextVSprite: PVSprite; |
PrevVSprite: PVSprite; |
IntVSprite: PVSprite; |
ClearPath: PVSprite; |
OldY: SmallInt; |
OldX: SmallInt; |
Flags: SmallInt; |
Y: SmallInt; |
X: SmallInt; |
Height: SmallInt; |
Width: SmallInt; |
Depth: SmallInt; |
MeMask: SmallInt; |
HitMask: SmallInt; |
ImageData: PSmallInt; |
BorderLine: PSmallInt; |
CollMask: PSmallInt; |
SprColors: PSmallInt; |
VSBob: PBob; |
PlanePick: ShortInt; |
PlaneOnOff: ShortInt; |
VUserExt: TVUserStuff; |
end; |