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

16 lines
223 B
C
Raw Normal View History

#ifndef TextureView_h
#define TextureView_h
#include <AppKit/AppKit.h>
2010-09-11 10:06:04 +00:00
@ interface TextureView:NSView {
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