mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
25f8a50ef4
writing makefiles by hand. Add a makefile preamble to set up our flags. Compartmentalize all the headers into a Headers/ dir.
11 lines
147 B
Objective-C
11 lines
147 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
@interface ZScrollView: NSScrollView
|
|
{
|
|
id button1;
|
|
}
|
|
|
|
- initFrame:(const NSRect *)frameRect button1: b1;
|
|
- tile;
|
|
|
|
@end
|