mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-15 09:21:33 +00:00
317d3bddb8
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
12 lines
112 B
Objective-C
12 lines
112 B
Objective-C
|
|
|
|
@interface TextureView: NSView
|
|
{
|
|
id parent_i;
|
|
int deselectIndex;
|
|
}
|
|
|
|
- setParent:(id)from;
|
|
- deselect;
|
|
|
|
@end
|