Blitter object
Source position: agraphics.pas line 387
| type TBob = record | ||
| Flags: SmallInt; | 
 | General purpose flags | 
| SaveBuffer: PSmallInt; | 
 | Pointer to the buffer for background save | 
| ImageShadow: PSmallInt; | 
 | Pointer to the buffer for background save | 
| Before: PBob; | 
 | Draw this Bob before Bob pointed to by before | 
| After: PBob; | 
 | Draw this Bob after Bob pointed to by after | 
| BobVSprite: PVSprite; | 
 | This Bob's VSprite definition | 
| BobComp: PAnimComp; | 
 | PAnimComp pointer to this Bob's AnimComp def | 
| DBuffer: PDBufPacket; | 
 | Pointer to this Bob's dBuf packet | 
| BUserExt: SmallInt; | 
 | Bob user extension | 
| end; |