ObjFW  Diff

Differences From Artifact [ba9c705bcc]:

To Artifact [9aba480f1a]:


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 * <https://www.gnu.org/licenses/>.
 */

#import "OHGameController.h"

OF_ASSUME_NONNULL_BEGIN

@class OHNintendoDSGameControllerProfile;

@interface OHNintendoDSGameController: OHGameController
{
	OHNintendoDSGameControllerProfile *_rawProfile;
}
@end

OF_ASSUME_NONNULL_END







|



|




17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 * <https://www.gnu.org/licenses/>.
 */

#import "OHGameController.h"

OF_ASSUME_NONNULL_BEGIN

@class OHNintendoDSGamepad;

@interface OHNintendoDSGameController: OHGameController
{
	OHNintendoDSGamepad *_gamepad;
}
@end

OF_ASSUME_NONNULL_END