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