blob: 9e107a47c6cf9b5f4c3b1a6a24307555ef1dd3a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NetSfPeopsOpenGLGPUPluginGLView;
LANGUAGE = ObjC;
SUPERCLASS = NSOpenGLView;
},
{
CLASS = NetSfPeopsOpenGLGPUPluginWindow;
LANGUAGE = ObjC;
SUPERCLASS = NSWindow;
},
{
CLASS = NetSfPeopsSoftGPUPluginWindowController;
LANGUAGE = ObjC;
OUTLETS = {glView = NSOpenGLView; };
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}
|