quakeforge/tools/Forge/TextureView.h
Jeff Teunissen 317d3bddb8 New program (incomplete, and horridly broken): Forge.app. It's going to be
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
2001-02-09 01:52:44 +00:00

12 lines
112 B
Objective-C

@interface TextureView: NSView
{
id parent_i;
int deselectIndex;
}
- setParent:(id)from;
- deselect;
@end