Extended sprite Structure
Source position: agraphics.pas line 2017
type tExtSprite = record |
||
es_SimpleSprite: tSimpleSprite; |
|
Conventional simple sprite structure |
es_wordwidth: Word; |
|
Graphics use only, subject to change |
es_flags: Word; |
|
Graphics use only, subject to change |
end; |
|
Allocate sprite data and convert from a bitmap. |
|
|
Change the sprite image pointer. |
|
|
free sprite data allocated by AllocSpriteData() |
|
|
Attempt to get a sprite for the extended sprite manager. |