ObjFW  Diff

Differences From Artifact [07a9f043f8]:

To Artifact [fafb3475e1]:


19
20
21
22
23
24
25


26
27
28
29
30
31
32
33
34

#include "config.h"

#import "OFGameController.h"

#import "OFOutOfRangeException.h"



#ifdef OF_NINTENDO_3DS
# include "platform/3DS/OFGameController.m"
#else
@implementation OFGameController
@dynamic buttons, pressedButtons, numAxes;

+ (size_t)numControllers
{
	return 0;







>
>
|
|







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

#include "config.h"

#import "OFGameController.h"

#import "OFOutOfRangeException.h"

#if defined(OF_NINTENDO_DS)
# include "platform/NintendoDS/OFGameController.m"
#elif defined(F_NINTENDO_3DS)
# include "platform/Nintendo3DS/OFGameController.m"
#else
@implementation OFGameController
@dynamic buttons, pressedButtons, numAxes;

+ (size_t)numControllers
{
	return 0;