X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;fp=TargetMouseBtn.h;h=921f29c2afeaf903f88bcf51aed10c36624817be;hp=0000000000000000000000000000000000000000;hb=530009447c5bbd360ac5023979cffc6d32a28df3;hpb=5f07baa8cb03a2f6aa06338bfeb31dad3c3ca29f diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h new file mode 100644 index 0000000..921f29c --- /dev/null +++ b/TargetMouseBtn.h @@ -0,0 +1,19 @@ +// +// TargetMouseBtn.h +// Enjoy +// +// Created by Yifeng Huang on 7/27/12. +// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// + +#import "Target.h" + +@interface TargetMouseBtn : Target { + int which; +} + +@property(readwrite) int which; + ++(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps; + +@end