More attempts at warning-free code.

This commit is contained in:
Jason Felds
2011-06-14 13:51:26 -04:00
parent 3b1260bb79
commit 0bc2c20268
5 changed files with 12 additions and 0 deletions
+2
View File
@@ -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()
{