#include <DifficultyRating.h>
Inheritance diagram for DifficultyRating:
Public Member Functions | |
DifficultyRating () | |
~DifficultyRating () | |
void | SetDifficulty (int Difficulty) |
void | SetOrientation (int Orientation) |
virtual void | DrawPrimitives () |
virtual void | Update (float fDeltaTime) |
Private Attributes | |
int | iMaxElements |
int | iOrientation |
int | iCurrentDifficulty |
vector< Sprite * > | m_apSprites |
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
Reimplemented from ActorFrame. |
|
|
|
|
|
|
|
|