ObjFW  Diff

Differences From Artifact [7fb9593e8b]:

To Artifact [8f82a3a691]:


24
25
26
27
28
29
30


31


32
33
34
24
25
26
27
28
29
30
31
32

33
34
35
36
37







+
+
-
+
+



@interface OHWiiGameController: OHGameController
{
	int32_t _index;
	uint32_t _type;
	id <OHGameControllerProfile> _profile;
}

- (instancetype)oh_init OF_UNAVAILABLE;
- (instancetype)oh_initWithIndex: (int32_t)index
- (instancetype)initWithIndex: (int32_t)index type: (uint32_t)type;
			    type: (uint32_t)type
    OF_METHOD_FAMILY(init) OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END