apple2ix/Apple2Mac/Apple2Mac/Classes/OSX/EmulatorJoystickController.h
2014-11-09 19:59:47 -08:00

16 lines
296 B
Objective-C

//
// EmulatorJoystickController.h
// Apple2Mac
//
// Created by Aaron Culliney on 11/9/14.
// Copyright (c) 2014 deadc0de.org. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface EmulatorJoystickController : NSObject
+ (EmulatorJoystickController *)sharedInstance;
@end