added choice of which points to display for unlocking between dance, arcade, and song points

This commit is contained in:
Andrew Wong
2003-07-09 06:05:43 +00:00
parent 2af0ab21ed
commit 1bbbab816f
3 changed files with 43 additions and 11 deletions
+3 -1
View File
@@ -51,7 +51,9 @@ class UnlockSystem
{
public:
UnlockSystem();
float NumPointsUntilNextUnlock();
float DancePointsUntilNextUnlock();
float ArcadePointsUntilNextUnlock();
float SongPointsUntilNextUnlock();
bool SongIsLocked( const Song *song );
bool SongIsRoulette( const Song *song );
bool LoadFromDATFile( CString sPath );