ObjFW  Diff

Differences From Artifact [2116ecadbe]:

To Artifact [986c587ab0]:


19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

#import "OHGameController.h"

#include <windows.h>

OF_ASSUME_NONNULL_BEGIN

@class OHXbox360Gamepad;

@interface OHXInputGameController: OHGameController
{
	DWORD _index;
	OFNumber *_Nullable _vendorID, *_Nullable _productID;
	OHXbox360Gamepad *_extendedGamepad;
}

- (instancetype)initWithIndex: (DWORD)index;
@end

OF_ASSUME_NONNULL_END







|





|






19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

#import "OHGameController.h"

#include <windows.h>

OF_ASSUME_NONNULL_BEGIN

@class OHXboxGamepad;

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

- (instancetype)initWithIndex: (DWORD)index;
@end

OF_ASSUME_NONNULL_END