quakeforge/tools/Forge/Bundles/MapEdit/KeypairView.h
2010-09-26 13:50:17 +09:00

20 lines
263 B
Objective-C

#ifndef KeypairView_h
#define KeypairView_h
#include <AppKit/AppKit.h>
extern id keypairview_i;
@interface KeypairView:NSView {
}
-calcViewSize;
#define SPACING 4
#define FONTSIZE 12
#define EXTRASPC 2
#define LINEHEIGHT 16
@end
#endif // KeypairView_h