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-12 08:14:08 +09:00
{
NSFont *font;
id parent_i;
int deselectIndex;
}
- (id) setParent: (id)from;
- (id) deselect;
@end
2010-09-11 19:06:04 +09:00
#endif // TextureView_h