summary refs log tree commit diff stats
path: root/Classes/GameModeSelection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/GameModeSelection.h')
-rw-r--r--Classes/GameModeSelection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/GameModeSelection.h b/Classes/GameModeSelection.h index aadbf36..66d0a5a 100644 --- a/Classes/GameModeSelection.h +++ b/Classes/GameModeSelection.h
@@ -16,7 +16,6 @@
16 NSString* unlockCondition; 16 NSString* unlockCondition;
17 17
18 CCLabelBMFont* nameLabel; 18 CCLabelBMFont* nameLabel;
19 CCSprite* picture;
20 CCLabelBMFont* otherLabel; 19 CCLabelBMFont* otherLabel;
21} 20}
22 21
@@ -26,5 +25,6 @@
26@property (nonatomic,assign) int highscore; 25@property (nonatomic,assign) int highscore;
27@property (nonatomic,retain) NSString* unlockCondition; 26@property (nonatomic,retain) NSString* unlockCondition;
28- (id)initWithName:(NSString*)name location:(NSString*)location filename:(NSString*)filename unlocked:(BOOL)unlocked; 27- (id)initWithName:(NSString*)name location:(NSString*)location filename:(NSString*)filename unlocked:(BOOL)unlocked;
28- (void)buttonTapped;
29 29
30@end 30@end