quakeforge/tools/Forge/Bundles/MapEdit/TextureView.h

16 lines
177 B
C
Raw Normal View History

#ifndef TextureView_h
#define TextureView_h
@interface TextureView:NSView
{
id parent_i;
int deselectIndex;
}
- setParent:(id)from;
- deselect;
@end
#endif//TextureView_h