show number of unlocks on title screen (easier benchmarking purposes, mainly)

This commit is contained in:
Andrew Wong
2003-07-25 00:03:05 +00:00
parent 49bb0233c6
commit cd0af65a88
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -72,6 +72,9 @@ public:
// All locked songs are stored here
vector<SongEntry> m_SongEntries;
// Gets number of unlocks for title screen
int GetNumUnlocks() const;
// functions that add to values
float UnlockAddAP(Grade credit);
float UnlockAddAP(float credit);