#include "global.h"
#include "song.h"
#include "Steps.h"
#include "RageUtil.h"
#include "RageLog.h"
#include "IniFile.h"
#include "NoteData.h"
#include "RageSoundReader_FileReader.h"
#include "RageSurface_Load.h"
#include "RageException.h"
#include "SongCacheIndex.h"
#include "GameManager.h"
#include "PrefsManager.h"
#include "Style.h"
#include "GameState.h"
#include "FontCharAliases.h"
#include "TitleSubstitution.h"
#include "BannerCache.h"
#include "Sprite.h"
#include "arch/arch.h"
#include "RageFile.h"
#include "RageFileManager.h"
#include "RageSurface.h"
#include "NoteDataUtil.h"
#include "ProfileManager.h"
#include "Foreach.h"
#include "NotesLoaderSM.h"
#include "NotesLoaderDWI.h"
#include "NotesLoaderBMS.h"
#include "NotesLoaderKSF.h"
#include "NotesWriterDWI.h"
#include "NotesWriterSM.h"
#include "LyricsLoader.h"
#include <set>
Defines | |
#define | CACHE_DIR "Cache/" |
Functions | |
int | CompareBackgroundChanges (const BackgroundChange &seg1, const BackgroundChange &seg2) |
void | SortBackgroundChangesArray (vector< BackgroundChange > &arrayBackgroundChanges) |
void | GetImageDirListing (CString sPath, CStringArray &AddTo, bool bReturnPathToo=false) |
CString | RemoveInitialWhitespace (CString s) |
void | FixupPath (CString &path, const CString &sSongPath) |
CString | GetSongAssetPath (CString sPath, const CString &sSongPath) |
Variables | |
const int | FILE_CACHE_VERSION = 144 |
const float | DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f |
set< istring > | BlacklistedImages |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|