ObjFW  Diff

Differences From Artifact [1610daa529]:

To Artifact [51074ab4e9]:


30
31
32
33
34
35
36
37

38
39
40
41
30
31
32
33
34
35
36

37

38
39
40







-
+
-



@interface OHNintendoSwitchGameController: OHGameController
{
	PadState _pad;
	OHNintendoSwitchExtendedGamepad *_extendedGamepad;
}

- (instancetype)oh_init OF_UNAVAILABLE;
- (instancetype)oh_initWithIndex: (size_t)index
- (instancetype)oh_initWithIndex: (size_t)index OF_METHOD_FAMILY(init);
    OF_METHOD_FAMILY(init) OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END