quakeforge/tools/Forge/Bundles/MapEdit/KeypairView.h
2003-03-18 19:48:24 +00:00

16 lines
166 B
Objective-C

extern id keypairview_i;
@interface KeypairView:NSView
{
}
- calcViewSize;
#define SPACING 4
#define FONTSIZE 12
#define EXTRASPC 2
#define LINEHEIGHT 16
@end