Tweak invalid filename handling. Use it for manual exports also. Allow drag exports...
[enjoyable.git] / NJInputHat.h
1 //
2 // NJInputHat.h
3 // Enjoy
4 //
5 // Created by Sam McCall on 5/05/09.
6 // Copyright 2009 University of Otago. All rights reserved.
7 //
8
9 #import "NJInput.h"
10
11 @interface NJInputHat : NJInput
12
13 - (id)initWithIndex:(int)index;
14
15 @end