quakeforge/tools/Forge/Bundles/MapEdit/TextureView.h
Jeff Teunissen 0e5cd14829 tactical whitespace bomb
Add return-type information to all methods, split up lines properly where
I could find them, and ran the whole thing through uncrustify. Looks purty
now. :)
2010-11-28 15:31:38 +09:00

16 lines
227 B
Objective-C

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