X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=JoystickController.h;h=c67a7c100d5e5c0ced29784d2cebbf10d635fad9;hb=ada313d7e31dd509c8c7be01f364c9a2ad9860d4;hp=2306ea1c9c8fb3c929200a46e86a286eb4d8a299;hpb=51d43664909060e85c943c4d63cc3cff307ceb1d;p=enjoyable.git diff --git a/JoystickController.h b/JoystickController.h index 2306ea1..c67a7c1 100644 --- a/JoystickController.h +++ b/JoystickController.h @@ -6,9 +6,6 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import -#import - @class Joystick; @class JSAction; @class ConfigsController; @@ -27,7 +24,6 @@ @property (readonly) Config *currentConfig; @property (readonly) JSAction *selectedAction; @property (readonly) NSMutableArray *joysticks; -@property (readonly) NSMutableArray *runningTargets; @property (assign) NSPoint mouseLoc; @property (assign) BOOL frontWindowOnly;