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

17 lines
227 B
Objective-C

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