quakeforge/tools/Forge/Bundles/MapEdit/PopScrollView.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
242 B
Objective-C

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