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

12 lines
141 B
C
Raw Normal View History

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