quakeforge/tools/Forge/Bundles/MapEdit/TextureView.h
Bill Currie b336ba79f1 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-09-26 13:50:17 +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