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

18 lines
242 B
C
Raw Normal View History

#ifndef TextureView_h
#define TextureView_h
#include <AppKit/AppKit.h>
@interface TextureView: NSView
2010-09-11 23:14:08 +00:00
{
NSFont *font;
id parent_i;
int deselectIndex;
}
- (id) setParent: (id)from;
- (id) deselect;
@end
2010-09-11 10:06:04 +00:00
#endif // TextureView_h