summary refs log tree commit diff stats
path: root/Classes/HighscoreListController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/HighscoreListController.h')
-rwxr-xr-xClasses/HighscoreListController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Classes/HighscoreListController.h b/Classes/HighscoreListController.h index 7b0069d..5921ec6 100755 --- a/Classes/HighscoreListController.h +++ b/Classes/HighscoreListController.h
@@ -10,6 +10,7 @@
10 10
11@interface HighscoreListController : UITableViewController { 11@interface HighscoreListController : UITableViewController {
12 UINavigationBar* navigationBar; 12 UINavigationBar* navigationBar;
13 UIToolbar* toolbar;
13 UINavigationItem* myNavigationItem; 14 UINavigationItem* myNavigationItem;
14 NSArray* localHighscores; 15 NSArray* localHighscores;
15 NSArray* globalHighscores; 16 NSArray* globalHighscores;
@@ -19,10 +20,13 @@
19 UIActivityIndicatorView* activity; 20 UIActivityIndicatorView* activity;
20 UILabel* statusText; 21 UILabel* statusText;
21 UITableView* tableView; 22 UITableView* tableView;
23 UISegmentedControl* areaControl;
24 UISegmentedControl* modeControl;
22} 25}
23 26
24- (void)back; 27- (void)back;
25- (void)switchLists:(id)sender; 28- (void)switchLists:(id)sender;
29- (void)switchGameMode:(id)sender;
26- (void)scoreRequestOk:(id)sender; 30- (void)scoreRequestOk:(id)sender;
27- (void)scoreRequestFail:(id)sender; 31- (void)scoreRequestFail:(id)sender;
28 32