ObjFW  Diff

Differences From Artifact [35eace7e5e]:

To Artifact [e28f3ca624]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 * You should have received a copy of the GNU Lesser General Public License
 * version 3.0 along with this program. If not, see
 * <https://www.gnu.org/licenses/>.
 */

#include "config.h"

#import "HIDGameControllerElement.h"

@implementation HIDGameControllerElement
@synthesize name = _name, analog = _analog;

- (instancetype)init
{
	OF_INVALID_INIT_METHOD
}








|

|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 * You should have received a copy of the GNU Lesser General Public License
 * version 3.0 along with this program. If not, see
 * <https://www.gnu.org/licenses/>.
 */

#include "config.h"

#import "OHGameControllerElement.h"

@implementation OHGameControllerElement
@synthesize name = _name, analog = _analog;

- (instancetype)init
{
	OF_INVALID_INIT_METHOD
}