#include "global.h"
#include "LifeMeterBar.h"
#include "PrefsManager.h"
#include "RageException.h"
#include "RageTimer.h"
#include "GameState.h"
#include "RageMath.h"
#include "ThemeManager.h"
#include "song.h"
#include "StageStats.h"
#include "ThemeMetric.h"
#include "PlayerState.h"
#include "RageLog.h"
Classes | |
class | LifeMeterStream |
Functions | |
ThemeMetric< float > | METER_WIDTH ("LifeMeterBar","MeterWidth") |
ThemeMetric< float > | METER_HEIGHT ("LifeMeterBar","MeterHeight") |
ThemeMetric< float > | DANGER_THRESHOLD ("LifeMeterBar","DangerThreshold") |
ThemeMetric< int > | NUM_CHAMBERS ("LifeMeterBar","NumChambers") |
ThemeMetric< int > | NUM_STRIPS ("LifeMeterBar","NumStrips") |
ThemeMetric< float > | INITIAL_VALUE ("LifeMeterBar","InitialValue") |
Variables | |
const float | FAIL_THRESHOLD = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|