0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-05 17:01:25 +00:00
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