Play-/Source/ui_ios/SettingsViewController.h

17 lines
353 B
C
Raw Normal View History

#import <UIKit/UIKit.h>
@interface SettingsViewController : UITableViewController
{
IBOutlet UISwitch* showFpsSwitch;
IBOutlet UISwitch* showVirtualPadSwitch;
IBOutlet UISwitch* enableHighResMode;
2016-01-19 10:32:11 -05:00
IBOutlet UISwitch* forceBilinearFiltering;
IBOutlet UISwitch* enableAudioOutput;
IBOutlet UILabel* versionInfoLabel;
}
@end