quakeforge/tools/Forge/Bundles/MapEdit/ZScrollView.h
2003-03-18 19:48:24 +00:00

11 lines
140 B
Objective-C

#import <AppKit/AppKit.h>
@interface ZScrollView : NSScrollView
{
id button1;
}
- initFrame:(NSRect)frameRect button1: b1;
- tile;
@end