X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputAnalog.h;fp=Classes%2FNJInputAnalog.h;h=e79ed896d71964b6d0b05096031ea089cdb82ab5;hp=0000000000000000000000000000000000000000;hb=0064c1fbff36795885a9724081af2a17d83c20a3;hpb=56d825ba259066d847a9fc3f9c8c0c0a362a1507 diff --git a/Classes/NJInputAnalog.h b/Classes/NJInputAnalog.h new file mode 100644 index 0000000..e79ed89 --- /dev/null +++ b/Classes/NJInputAnalog.h @@ -0,0 +1,17 @@ +// +// NJInputAnalog.h +// Enjoy +// +// Created by Sam McCall on 5/05/09. +// Copyright 2009 University of Otago. All rights reserved. +// + +#import + +#import "NJInput.h" + +@interface NJInputAnalog : NJInput + +- (id)initWithIndex:(int)index rawMin:(long)rawMin rawMax:(long)rawMax; + +@end