X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInput.h;h=ad7320ecbdfda3361acacd49da179059c2c949a7;hp=b530c371bd23e0c04ab91e1f6d2474f62bceb15f;hb=e7c0b2d96e9e3209b5ba80cc1fdc8e7213cb5302;hpb=5bf06d6aca4bf51b0a347021d69c90dd198c7cf8 diff --git a/Classes/NJInput.h b/Classes/NJInput.h index b530c37..ad7320e 100644 --- a/Classes/NJInput.h +++ b/Classes/NJInput.h @@ -10,7 +10,7 @@ @interface NJInput : NJInputPathElement -#define NJINPUT_DID(name, index) [[NSString alloc] initWithFormat:@"%s %d", name, index] +#define NJINPUT_EID(name, index) [[NSString alloc] initWithFormat:@"%s %d", name, index] #define NJINPUT_NAME(name, index) [[NSString alloc] initWithFormat:name, index] - (id)initWithName:(NSString *)name