#include "global.h"
#include "ArrowEffects.h"
#include "Steps.h"
#include "GameConstantsAndTypes.h"
#include "GameManager.h"
#include "RageException.h"
#include "RageTimer.h"
#include "NoteDisplay.h"
#include "song.h"
#include "RageMath.h"
#include "ScreenDimensions.h"
#include "PlayerState.h"
#include "GameState.h"
#include "Style.h"
Defines | |
#define | CENTER_LINE_Y 160 |
#define | FADE_DIST_Y 40 |
Functions | |
float | GetNoteFieldHeight (const PlayerState *pPlayerState) |
void | ArrowGetReverseShiftAndScale (const PlayerState *pPlayerState, int iCol, float fYReverseOffsetPixels, float &fShiftOut, float &fScaleOut) |
float | GetCenterLine (const PlayerState *pPlayerState) |
float | GetHiddenSudden (const PlayerState *pPlayerState) |
float | GetHiddenEndLine (const PlayerState *pPlayerState) |
float | GetHiddenStartLine (const PlayerState *pPlayerState) |
float | GetSuddenEndLine (const PlayerState *pPlayerState) |
float | GetSuddenStartLine (const PlayerState *pPlayerState) |
float | ArrowGetPercentVisible (const PlayerState *pPlayerState, int iCol, float fYOffset, float fYReverseOffsetPixels) |
Variables | |
const float | ARROW_SPACING = ARROW_SIZE |
float | g_fExpandSeconds = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|