OpenMortal Apocalypse mirror
Sourceforge mirror
SourceForge.net Logo
      News | Info | Characters | Arenas | Screenshots | Forums | Download  
Developer: Making of | Character-HOWTO | AI Design | Submit a Character
Documentation: Main Page | Modules | Class Hierarchy | Class List | File List

SRleSprite Struct Reference
[Sound and graphics]

CRleSprite is a runlength encoded sprite that can be blitted flipped. More...

List of all members.

Public Attributes

Uint16 dummy
Uint16 color_depth
Uint16 w
Uint16 h
Uint32 size
signed char dat [0]


Detailed Description

CRleSprite is a runlength encoded sprite that can be blitted flipped.

CRleSprite originally comes from Allegro. I use it in OpenMortal because it is relatively fast to blit and is economical on the memory too.


Member Data Documentation

Uint16 SRleSprite::color_depth
 

signed char SRleSprite::dat[0]
 

Uint16 SRleSprite::dummy
 

Uint16 SRleSprite::h
 

Uint32 SRleSprite::size
 

Uint16 SRleSprite::w
 


The documentation for this struct was generated from the following file: