X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;fp=TargetMouseBtn.h;h=0000000000000000000000000000000000000000;hp=2597b2d596fb5e92576f2c182527226e540e28ba;hb=dcedf147ddcb6c21768cea94a2f06b93007d2a82;hpb=e2a4d830dd9817f6a515a3b1b6aa152d3bb98c2b diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h deleted file mode 100644 index 2597b2d..0000000 --- a/TargetMouseBtn.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// TargetMouseBtn.h -// Enjoy -// -// Created by Yifeng Huang on 7/27/12. -// - -#import "Target.h" - -@interface TargetMouseBtn : Target - -@property (nonatomic, assign) CGMouseButton button; - -@end