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
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;
@class OHNintendoDSGamepad;

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

OF_ASSUME_NONNULL_END