#include "global.h"
#include "ScreenEnding.h"
#include "SongManager.h"
#include "GameSoundManager.h"
#include "ThemeManager.h"
#include "AnnouncerManager.h"
#include "song.h"
#include "ProfileManager.h"
#include "ActorUtil.h"
#include "GameState.h"
#include "MemoryCardManager.h"
#include "RageLog.h"
#include "Style.h"
#include "GameManager.h"
#include "SongUtil.h"
#include "ScreenManager.h"
#include "PrefsManager.h"
#include "StageStats.h"
#include "PlayerState.h"
#include "BGAnimation.h"
Defines | |
#define | SCROLL_DELAY THEME->GetMetricF("ScreenEnding","ScrollDelay") |
#define | SCROLL_SPEED THEME->GetMetricF("ScreenEnding","ScrollSpeed") |
#define | TEXT_ZOOM THEME->GetMetricF("ScreenEnding","TextZoom") |
Functions | |
CString | GetStatsLineTitle (PlayerNumber pn, EndingStatsLine line) |
CString | GetStatsLineValue (PlayerNumber pn, EndingStatsLine line) |
REGISTER_SCREEN_CLASS (ScreenEnding) |
|
|
|
|
|
|
|
|
|
|
|
|