apple2ix/Apple2Mac/Apple2Mac/Classes/OSX/EmulatorGLView.h

19 lines
416 B
C
Raw Normal View History

//
// EmulatorGLView.h
// Apple2Mac
//
// Created by Aaron Culliney on 9/27/14.
// Copyright (c) 2014 deadc0de.org. All rights reserved.
//
// Based on sample code from https://developer.apple.com/library/mac/samplecode/GLEssentials/Introduction/Intro.html
#import <Cocoa/Cocoa.h>
#import <QuartzCore/CVDisplayLink.h>
#import "modelUtil.h"
#import "imageUtil.h"
@interface EmulatorGLView : NSOpenGLView
@end