ObjFW  Diff

Differences From Artifact [1d023dc5ed]:

To Artifact [32cb34bd64]:


17
18
19
20
21
22
23








24
25
26
27
 * <https://www.gnu.org/licenses/>.
 */

#import "OHN64Controller.h"

OF_ASSUME_NONNULL_BEGIN









@interface OHExtendedN64Controller: OHN64Controller
@end

OF_ASSUME_NONNULL_END







>
>
>
>
>
>
>
>




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

#import "OHN64Controller.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OHExtendedN64Controller OHExtendedN64Controller.h ObjFWHID/ObjFWHID.h
 *
 * @brief An extended Nintendo 64 controller.
 *
 * An extended Nintendo 64 controller has extra buttons, such as the Nintendo
 * Switch Online N64 controller.
 */
@interface OHExtendedN64Controller: OHN64Controller
@end

OF_ASSUME_NONNULL_END