mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-19 16:39:31 +01:00
13 lines
109 B
Objective-C
13 lines
109 B
Objective-C
|
|
|
|
@interface TextureView:View
|
|
{
|
|
id parent_i;
|
|
int deselectIndex;
|
|
}
|
|
|
|
- setParent:(id)from;
|
|
- deselect;
|
|
|
|
@end
|