Source release of QuakeEd, the map editing application on NEXTSTEP for Quake.

This commit is contained in:
Travis Bradshaw
2012-01-31 15:51:12 -06:00
parent 6df9737f9c
commit e4cb063480
82 changed files with 28345 additions and 0 deletions

11
QuakeEd/ZScrollView.h Normal file
View File

@@ -0,0 +1,11 @@
#import <appkit/appkit.h>
@interface ZScrollView : ScrollView
{
id button1;
}
- initFrame:(const NXRect *)frameRect button1: b1;
- tile;
@end