mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
12 lines
111 B
Objective-C
12 lines
111 B
Objective-C
|
|
|
|
@interface TextureView:NSView
|
|
{
|
|
id parent_i;
|
|
int deselectIndex;
|
|
}
|
|
|
|
- setParent:(id)from;
|
|
- deselect;
|
|
|
|
@end
|