0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 07:12:13 +00:00
quakeforge/tools/Forge/Bundles/MapEdit/ZScrollView.h
2003-05-06 21:52:58 +00:00

11 lines
141 B
Objective-C

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