Rename from Enjoy/Enjoy2 to 'Enjoyable'. While I'm mucking in the project file, enabl...
[enjoyable.git] / JoystickController.h
index 4da83cd..7282093 100644 (file)
@@ -11,7 +11,7 @@
 @class ConfigsController;
 @class TargetController;
 
-@interface JoystickController : NSObject {
+@interface JoystickController : NSObject <NSOutlineViewDataSource, NSOutlineViewDelegate> {
        IBOutlet NSOutlineView *outlineView;
        IBOutlet TargetController *targetController;
        IBOutlet ConfigsController *configsController;