This isn't C++.
[enjoyable.git] / TargetMouseBtn.h
index 921f29c..a0b8516 100644 (file)
@@ -8,12 +8,8 @@
 
 #import "Target.h"
 
-@interface TargetMouseBtn : Target {
-    int which;
-}
+@interface TargetMouseBtn : Target
 
-@property(readwrite) int which;
-
-+(TargetMouseBtn*) unstringifyImpl: (NSArray*) comps;
+@property (assign) CGMouseButton which;
 
 @end