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