Apocalypse mirror
Sourceforge mirror |
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 |
#include <Demo.h>
Inheritance diagram for CDemo:
Public Member Functions | |
CDemo () | |
virtual | ~CDemo () |
virtual int | Run () |
Protected Member Functions | |
virtual int | Advance (int a_iNumFrames, bool a_bFlip) |
virtual int | AdvanceFlyingChars (int a_iNumFrames) |
virtual int | AdvanceGame (int a_iNumFrames) |
virtual void | OnMenu () |
Protected Attributes | |
CFlyingChars * | m_poFlyingChars |
bool | m_bAdvanceGame |
SDL_Surface * | m_poBackground |
The demos are played by the DoDemos() function in a predefined order.
|
|
|
|
|
Reimplemented in CMainScreenDemo, and CFighterStatsDemo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|