From d8f00310e486aed1ab289a0f816acec571193c32 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 24 Aug 2011 11:53:40 -0400 Subject: Added support for multiple local highscore lists This revision increments the database version to 2. Also fixed a small problem with GameModeSelection that aligned the highscore text incorrectly. --- Classes/Highscore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Classes/Highscore.h') diff --git a/Classes/Highscore.h b/Classes/Highscore.h index bc6a8fb..fa2ea71 100755 --- a/Classes/Highscore.h +++ b/Classes/Highscore.h @@ -17,6 +17,8 @@ @property (readonly) NSString* name; @property (readonly) int score; @property (readonly) NSDate* date; ++ (NSArray*)localHighscoreListForGameMode:(NSString*)gameMode; ++ (Highscore*)localHighscoreForGameMode:(NSString*)gameMode; - (id)initWithName:(NSString*)name score:(int)score date:(NSDate*)date; @end -- cgit 1.4.1