X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJInputHat.h;fp=NJInputHat.h;h=5290d71e9b80996f8d2ec482e3e602059b869eea;hp=0000000000000000000000000000000000000000;hb=f864d363128de19fc6591b77ae9226b34166d715;hpb=f563321aec9e13b8479ab3b890a9179f095a8b17 diff --git a/NJInputHat.h b/NJInputHat.h new file mode 100644 index 0000000..5290d71 --- /dev/null +++ b/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