ObjFW  Diff

Differences From Artifact [986c587ab0]:

To Artifact [6ebbc4a0ee]:


28
29
30
31
32
33
34

35

36
37
38
@interface OHXInputGameController: OHGameController
{
	DWORD _index;
	OFNumber *_Nullable _vendorID, *_Nullable _productID;
	OHXboxGamepad *_extendedGamepad;
}


- (instancetype)initWithIndex: (DWORD)index;

@end

OF_ASSUME_NONNULL_END







>
|
>



28
29
30
31
32
33
34
35
36
37
38
39
40
@interface OHXInputGameController: OHGameController
{
	DWORD _index;
	OFNumber *_Nullable _vendorID, *_Nullable _productID;
	OHXboxGamepad *_extendedGamepad;
}

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

OF_ASSUME_NONNULL_END