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

17 lines
222 B
C
Raw Normal View History

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