quakeforge/tools/Forge/Bundles/MapEdit/TextureView.h
Bill Currie 032f16d1b3 Some compile fixes.
Not enough, but covers Object->NSObject and header file protection.
2010-11-28 15:31:30 +09:00

15 lines
177 B
Objective-C

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