Play-/Source/ui_ios/SettingsViewController.h

17 lines
332 B
C
Raw Normal View History

#import <UIKit/UIKit.h>
@interface SettingsViewController : UITableViewController
{
2018-04-30 21:01:23 +01:00
IBOutlet UISwitch* showFpsSwitch;
IBOutlet UISwitch* showVirtualPadSwitch;
IBOutlet UISwitch* enableHighResMode;
IBOutlet UISwitch* forceBilinearFiltering;
IBOutlet UISwitch* enableAudioOutput;
IBOutlet UILabel* versionInfoLabel;
}
@end