mirror of
https://github.com/id-Software/DOOM-iOS.git
synced 2025-06-03 10:31:11 +00:00
Added tvOS port
This commit is contained in:
parent
f6147575ea
commit
4fe57224f6
92 changed files with 3616 additions and 405 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "../ios/Switch.h"
|
||||
#import "../ios/LabelButton.h"
|
||||
|
||||
/*
|
||||
================================================================================================
|
||||
|
@ -38,7 +39,18 @@
|
|||
IBOutlet idSwitch * musicSwitch;
|
||||
IBOutlet idSwitch * centerSticksSwitch;
|
||||
IBOutlet idSwitch * rampTurnSwitch;
|
||||
|
||||
IBOutlet idLabelButton * resetButton;
|
||||
|
||||
IBOutlet UIImageView * autoUseSelection;
|
||||
IBOutlet UIImageView * statusbarSelection;
|
||||
IBOutlet UIImageView * touchclickSelection;
|
||||
IBOutlet UIImageView * textMessageSelection;
|
||||
IBOutlet UIImageView * drawControlsSelection;
|
||||
IBOutlet UIImageView * musicSelection;
|
||||
IBOutlet UIImageView * centerSticksSelection;
|
||||
IBOutlet UIImageView * rampTurnSelection;
|
||||
IBOutlet UIImageView * resetSelection;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue