quakeforge/tools/Forge/Headers/TextureView.h

13 lines
112 B
Objective-C

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