ObjFW  Diff

Differences From Artifact [b8a00a7023]:

To Artifact [a3f594eb12]:


19
20
21
22
23
24
25
26
27
28
29
30

#import "OFGameController.h"

OF_ASSUME_NONNULL_BEGIN

@interface OFNintendoDSGameController: OFGameController
{
	OFMutableSet *_pressedButtons;
}
@end

OF_ASSUME_NONNULL_END







|




19
20
21
22
23
24
25
26
27
28
29
30

#import "OFGameController.h"

OF_ASSUME_NONNULL_BEGIN

@interface OFNintendoDSGameController: OFGameController
{
	OFMutableSet OF_GENERIC(OFGameControllerButton) *_pressedButtons;
}
@end

OF_ASSUME_NONNULL_END