quakeforge/tools/Forge/Bundles/MapEdit/TextureView.h
Bill Currie d3a12ee727 Finally, everything does compile.
However, it still won't work (no gorm, commented code, ...).

Borrow an old implementation of the Storage class until I figure out just
what it's being used for.
2010-11-28 15:31:31 +09:00

17 lines
205 B
Objective-C

#ifndef TextureView_h
#define TextureView_h
#include <AppKit/AppKit.h>
@interface TextureView:NSView
{
id parent_i;
int deselectIndex;
}
- setParent:(id)from;
- deselect;
@end
#endif//TextureView_h