More attempts at warning-free code.
This commit is contained in:
@@ -19,6 +19,9 @@ class Style;
|
||||
class Game;
|
||||
struct lua_State;
|
||||
|
||||
int GetNumCreditsPaid();
|
||||
int GetCreditsRequiredToPlayStyle( const Style *style );
|
||||
|
||||
class GameCommand
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -14,6 +14,9 @@ class OptionRowHandler;
|
||||
class GameCommand;
|
||||
struct OptionRowDefinition;
|
||||
|
||||
RString ITEMS_LONG_ROW_X_NAME( size_t p );
|
||||
RString MOD_ICON_X_NAME( size_t p );
|
||||
|
||||
class OptionRowType
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
#include "BitmapText.h"
|
||||
#include "Quad.h"
|
||||
|
||||
void ChangeVolume( float fDelta );
|
||||
void ChangeVisualDelay( float fDelta );
|
||||
|
||||
class ScreenDebugOverlay : public Screen
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
StatsManager* STATSMAN = NULL; // global object accessable from anywhere in the program
|
||||
|
||||
void AddPlayerStatsToProfile( Profile *pProfile, const StageStats &ss, PlayerNumber pn );
|
||||
XNode* MakeRecentScoreNode( const StageStats &ss, Trail *pTrail, const PlayerStageStats &pss, MultiPlayer mp );
|
||||
|
||||
StatsManager::StatsManager()
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#define StatsManager_H
|
||||
|
||||
#include "StageStats.h"
|
||||
|
||||
/** @brief Managed non-persisted statistics. */
|
||||
class StatsManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user