apple2ix/Apple2Mac/Classes/OSX/EmulatorPrefsController.h

17 lines
327 B
C
Raw Normal View History

/*
* Apple // emulator for *ix
*
* This software package is subject to the GNU General Public License
* version 3 or later (your choice) as published by the Free Software
* Foundation.
*
* Copyright 2013-2015 Aaron Culliney
*
*/
2014-10-19 19:56:30 +00:00
#import <Cocoa/Cocoa.h>
@interface EmulatorPrefsController : NSWindowController
@end