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

16
QuakeEd/KeypairView.h Normal file
View File

@@ -0,0 +1,16 @@
extern id keypairview_i;
@interface KeypairView:View
{
}
- calcViewSize;
#define SPACING 4
#define FONTSIZE 12
#define EXTRASPC 2
#define LINEHEIGHT 16
@end