X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=Classes%2FNJInput.h;h=ad7320ecbdfda3361acacd49da179059c2c949a7;hb=7c9337b7789b0e940cc71f02c7cb7bd92dd2de70;hp=b530c371bd23e0c04ab91e1f6d2474f62bceb15f;hpb=eb9ae7c6c0504f07fe058e9be43ec26763be4591;p=enjoyable.git 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