equal
deleted
inserted
replaced
497 historicalX, historicalY : LongInt; |
497 historicalX, historicalY : LongInt; |
498 timeSinceDown : Longword; |
498 timeSinceDown : Longword; |
499 pressedWidget : POnScreenWidget; |
499 pressedWidget : POnScreenWidget; |
500 end; |
500 end; |
501 |
501 |
|
502 PSpriteData = ^TSpriteData; |
|
503 TSpriteData = record |
|
504 FileName: string[15]; |
|
505 Path, AltPath: TPathType; |
|
506 Texture: PTexture; |
|
507 Surface: PSDL_Surface; |
|
508 Width, Height, imageWidth, imageHeight: LongInt; |
|
509 saveSurf: boolean; |
|
510 priority: GLfloat; |
|
511 getDimensions, getImageDimensions: boolean; |
|
512 end; |
|
513 |
502 implementation |
514 implementation |
503 |
515 |
504 end. |
516 end. |