0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-12 04:12:13 +00:00
quakeforge/tools/Forge/Bundles/MapEdit/KeypairView.h

23 lines
280 B
C
Raw Normal View History

#ifndef KeypairView_h
#define KeypairView_h
#include <AppKit/AppKit.h>
extern id keypairview_i;
@interface KeypairView: NSView
2010-09-11 16:41:18 +00:00
{
}
- (id) calcViewSize;
#define SPACING 4
#define FONTSIZE 12
#define EXTRASPC 2
#define LINEHEIGHT 16
@end
2010-09-11 16:41:18 +00:00
2010-09-11 10:06:04 +00:00
#endif // KeypairView_h