Overview Chapter

class CDXSpriteList

Constructors and Destructors
CDXSpriteListDefault constructor.
~CDXSpriteListDefault contructor.
Operations
AddSprite Adds a sprite to the sprite list.
AddSprite Adds a sprite to the sprite list.
DelSprite Removes a sprite from the list.
Draw Draws all the sprites in the list to the surface pointed to by lpDDS.
List
Next
Prev
   
                      
Data Members
public
CDXSprite m_List;The top of the list.
int m_nSprites;The number of sprites in the list.