diff -r ed789a7ef68d -r 41aa7b56c17b cocoaTouch/SettingsViewController.h --- a/cocoaTouch/SettingsViewController.h Thu Jan 14 16:46:50 2010 +0000 +++ b/cocoaTouch/SettingsViewController.h Fri Jan 15 10:03:31 2010 +0000 @@ -14,6 +14,7 @@ UITextField *password; UISwitch *musicOn; UISwitch *effectsOn; + UISwitch *altDamageOn; UISlider *volumeSlider; UILabel *volumeLabel; } @@ -21,6 +22,7 @@ @property (nonatomic, retain) IBOutlet UITextField *password; @property (nonatomic, retain) IBOutlet UISwitch *musicOn; @property (nonatomic, retain) IBOutlet UISwitch *effectsOn; +@property (nonatomic, retain) IBOutlet UISwitch *altDamageOn; @property (nonatomic, retain) IBOutlet UISlider *volumeSlider; @property (nonatomic, retain) IBOutlet UILabel *volumeLabel;