ObjFW  Diff

Differences From Artifact [938beb87f9]:

To Artifact [a76f031e8d]:


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 OHNintendo3DSGamepad;

@interface OHNintendo3DSGameController: OHGameController
{
	OHNintendo3DSGamepad *_gamepad;
}
@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 OHNintendo3DSExtendedGamepad;

@interface OHNintendo3DSGameController: OHGameController
{
	OHNintendo3DSExtendedGamepad *_extendedGamepad;
}
@end

OF_ASSUME_NONNULL_END