summaryrefslogtreecommitdiffstats
path: root/NativeApp/Apple/Source/Classes/OSX/GLView.h
blob: 666305a18f69ea46a7ba91a41be1c1a9433e874c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 OpenGL view subclass.
 */


#import <Cocoa/Cocoa.h>
#import "ViewBase.h"

@interface GLView : ViewBase

@end