CVictory.h File Reference

Header file of the victory screen. More...

#include "CModeScreen.h"

Include dependency graph for CVictory.h:

This graph shows which files directly or indirectly include this file:


Classes

struct  SConfetti
 Describes the state of a confetti. More...
class  CVictory
 The victory screen that appears after a player has won a match (a match is composed of battles). More...

Defines

#define NUM_CONFETTIS_LARGE   6
 How many large confettis to manage.
#define NUM_CONFETTIS_MEDIUM   10
 How many medium confettis to manage.
#define NUM_CONFETTIS_SMALL   6
 How many small confettis to manage.
#define NUM_CONFETTIS   (NUM_CONFETTIS_LARGE + NUM_CONFETTIS_MEDIUM + NUM_CONFETTIS_SMALL)
 Total number of confettis to manage.

Enumerations

enum  EConfetti { CONFETTI_LARGE, CONFETTI_MEDIUM, CONFETTI_SMALL }
 Describes the size of a confetti. More...
enum  ECrowdWave { CROWDWAVE_NONE, CROWDWAVE_CLASSIC, CROWDWAVE_MEXICAN, NUMBER_CROWDWAVES }
 Describes the different modes of the crowd's wave. More...

Detailed Description

Header file of the victory screen.


Define Documentation

#define NUM_CONFETTIS   (NUM_CONFETTIS_LARGE + NUM_CONFETTIS_MEDIUM + NUM_CONFETTIS_SMALL)

Total number of confettis to manage.

#define NUM_CONFETTIS_LARGE   6

How many large confettis to manage.

#define NUM_CONFETTIS_MEDIUM   10

How many medium confettis to manage.

#define NUM_CONFETTIS_SMALL   6

How many small confettis to manage.


Enumeration Type Documentation

enum EConfetti

Describes the size of a confetti.

Enumerator:
CONFETTI_LARGE  Large size.
CONFETTI_MEDIUM  Medium size.
CONFETTI_SMALL  Small size.

enum ECrowdWave

Describes the different modes of the crowd's wave.

Enumerator:
CROWDWAVE_NONE  A lazy crowd.
CROWDWAVE_CLASSIC  The wave as it was up to version 1.02.
CROWDWAVE_MEXICAN  The mexican wave.
NUMBER_CROWDWAVES  The number of different crowd waves.


Generated on Sat Oct 18 12:26:39 2008 for Bombermaaan by  doxygen 1.5.5
Visit the Bombermaaan project page
SourceForge.net Logo