project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h
changeset 3660 bc125bea5849
parent 3547 02875b1145b7
child 3662 a44406f4369b
equal deleted inserted replaced
3659:f8d5ac50e307 3660:bc125bea5849
    13     NSMutableDictionary *settingsDictionary;
    13     NSMutableDictionary *settingsDictionary;
    14     UITextField *textFieldBeingEdited;
    14     UITextField *textFieldBeingEdited;
    15     UISwitch *musicSwitch;
    15     UISwitch *musicSwitch;
    16     UISwitch *soundSwitch;
    16     UISwitch *soundSwitch;
    17     UISwitch *altDamageSwitch;
    17     UISwitch *altDamageSwitch;
    18     BOOL isWriteNeeded;
       
    19 }
    18 }
    20 
    19 
    21 @property (nonatomic, retain) NSMutableDictionary *settingsDictionary;
    20 @property (nonatomic, retain) NSMutableDictionary *settingsDictionary;
    22 @property (nonatomic, retain) UITextField *textFieldBeingEdited;;
    21 @property (nonatomic, retain) UITextField *textFieldBeingEdited;;
    23 @property (nonatomic, retain) UISwitch *musicSwitch;
    22 @property (nonatomic, retain) UISwitch *musicSwitch;
    24 @property (nonatomic, retain) UISwitch *soundSwitch;
    23 @property (nonatomic, retain) UISwitch *soundSwitch;
    25 @property (nonatomic, retain) UISwitch *altDamageSwitch;
    24 @property (nonatomic, retain) UISwitch *altDamageSwitch;
    26 
    25 
    27 #define kNetworkFields 0
       
    28 #define kAudioFields 1
       
    29 #define kOtherFields 2
       
    30 
       
    31 @end
    26 @end