mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-11 05:11:16 +00:00
25f8a50ef4
writing makefiles by hand. Add a makefile preamble to set up our flags. Compartmentalize all the headers into a Headers/ dir.
16 lines
167 B
Objective-C
16 lines
167 B
Objective-C
|
|
extern id keypairview_i;
|
|
|
|
@interface KeypairView: NSView
|
|
{
|
|
}
|
|
|
|
- calcViewSize;
|
|
|
|
#define SPACING 4
|
|
#define FONTSIZE 12
|
|
#define EXTRASPC 2
|
|
|
|
#define LINEHEIGHT 16
|
|
|
|
@end
|