mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-08 15:06:26 +00:00
19 lines
436 B
Objective-C
19 lines
436 B
Objective-C
/*
|
|
* 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 2014, 2015 Aaron Culliney
|
|
*
|
|
*/
|
|
|
|
// Based on sample code from https://developer.apple.com/library/mac/samplecode/GLEssentials/Introduction/Intro.html
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface EmulatorFullscreenWindow : NSWindow
|
|
|
|
@end
|