X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJInputButton.h;fp=NJInputButton.h;h=31cba7363475c06e3bb170490c9ed927700230f6;hp=0000000000000000000000000000000000000000;hb=f864d363128de19fc6591b77ae9226b34166d715;hpb=f563321aec9e13b8479ab3b890a9179f095a8b17 diff --git a/NJInputButton.h b/NJInputButton.h new file mode 100644 index 0000000..31cba73 --- /dev/null +++ b/NJInputButton.h @@ -0,0 +1,15 @@ +// +// NJInputButton.h +// Enjoy +// +// Created by Sam McCall on 5/05/09. +// Copyright 2009 University of Otago. All rights reserved. +// + +#import "NJInput.h" + +@interface NJInputButton : NJInput + +- (id)initWithName:(NSString *)name idx:(int)idx max:(long)max; + +@end