apple2ix/Apple2Mac/Apple2Mac/Classes/OSX/EmulatorWindow.h
Aaron Culliney a632166767 Adds EmulatorWindow to pass keycodes when not fullscreen
* Also bumps XIB to Xcode 6
2014-10-14 19:06:04 -07:00

14 lines
214 B
Objective-C

//
// EmulatorWindow.h
// Apple2Mac
//
// Created by Aaron Culliney on 10/13/14.
// Copyright (c) 2014 deadc0de.org. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface EmulatorWindow : NSWindow
@end