quakeforge/tools/Forge/Bundles/MapEdit/ZScrollView.h
Bill Currie 44dd62d369 Make MapEdit (QuakeEd) compile.
It won't work yet as there's no gorm file and there's code that has been
commented out, but it finally compiles.
2010-09-26 13:50:17 +09:00

16 lines
213 B
Objective-C

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