quakeforge/tools/Forge/Bundles/MapEdit/ZScrollView.h
Bill Currie 032f16d1b3 Some compile fixes.
Not enough, but covers Object->NSObject and header file protection.
2010-11-28 15:31:30 +09:00

16 lines
209 B
Objective-C

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