More prototypes.
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
#include "RageTextureID.h"
|
#include "RageTextureID.h"
|
||||||
#include "ActorUtil.h"
|
#include "ActorUtil.h"
|
||||||
|
|
||||||
|
RString GetRandomFileInDir( RString sDir );
|
||||||
|
|
||||||
Character::Character(): m_sCharDir(""), m_sCharacterID(""),
|
Character::Character(): m_sCharDir(""), m_sCharacterID(""),
|
||||||
m_sDisplayName(""), m_sCardPath(""), m_sIconPath(""),
|
m_sDisplayName(""), m_sCardPath(""), m_sIconPath(""),
|
||||||
m_bUsableInRave(false), m_iPreloadRefcount(0) {}
|
m_bUsableInRave(false), m_iPreloadRefcount(0) {}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "PlayerNumber.h"
|
#include "PlayerNumber.h"
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
|
RString StepsTypeToString( StepsType st );
|
||||||
|
|
||||||
static vector<RString> GenerateRankingToFillInMarker()
|
static vector<RString> GenerateRankingToFillInMarker()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "ThemeMetric.h"
|
#include "ThemeMetric.h"
|
||||||
#include "PlayerState.h"
|
#include "PlayerState.h"
|
||||||
|
|
||||||
|
void ReloadItems();
|
||||||
|
|
||||||
#define NUM_ITEM_TYPES THEME->GetMetricF("Inventory","NumItemTypes")
|
#define NUM_ITEM_TYPES THEME->GetMetricF("Inventory","NumItemTypes")
|
||||||
#define ITEM_DURATION_SECONDS THEME->GetMetricF("Inventory","ItemDurationSeconds")
|
#define ITEM_DURATION_SECONDS THEME->GetMetricF("Inventory","ItemDurationSeconds")
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
Difficulty DwiCompatibleStringToDifficulty( const RString& sDC );
|
||||||
|
|
||||||
static std::map<int,int> g_mapDanceNoteToNoteDataColumn;
|
static std::map<int,int> g_mapDanceNoteToNoteDataColumn;
|
||||||
|
|
||||||
/** @brief The different types of core DWI arrows and pads. */
|
/** @brief The different types of core DWI arrows and pads. */
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
#include "Steps.h"
|
#include "Steps.h"
|
||||||
#include "GameManager.h"
|
#include "GameManager.h"
|
||||||
|
|
||||||
|
void Deserialize(BPMSegment &seg, const Json::Value &root);
|
||||||
|
|
||||||
void NotesLoaderJson::GetApplicableFiles( const RString &sPath, vector<RString> &out )
|
void NotesLoaderJson::GetApplicableFiles( const RString &sPath, vector<RString> &out )
|
||||||
{
|
{
|
||||||
GetDirListing( sPath + RString("*.json"), out );
|
GetDirListing( sPath + RString("*.json"), out );
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
#include "Song.h"
|
#include "Song.h"
|
||||||
#include "Steps.h"
|
#include "Steps.h"
|
||||||
|
|
||||||
|
RString OptimizeDWIString( RString holds, RString taps );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Optimize an individual pair of characters whenever possible.
|
* @brief Optimize an individual pair of characters whenever possible.
|
||||||
* @param c1 the first character.
|
* @param c1 the first character.
|
||||||
|
|||||||
Reference in New Issue
Block a user