Forked Enjoy, mouse movement
[enjoyable.git] / JSActionButton.h
diff --git a/JSActionButton.h b/JSActionButton.h
new file mode 100644 (file)
index 0000000..4720b73
--- /dev/null
@@ -0,0 +1,20 @@
+//
+//  JSActionButton.h
+//  Enjoy
+//
+//  Created by Sam McCall on 5/05/09.
+//  Copyright 2009 University of Otago. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+@class JSAction;
+
+@interface JSActionButton : JSAction {
+       int max;
+       BOOL active;
+}
+
+-(id)initWithIndex: (int)newIndex andName: (NSString*)newName;
+@property(readwrite) int max;
+
+@end