quakeforge/tools/Forge/Bundles/MapEdit/KeypairView.h
Bill Currie 44dd62d369 Make MapEdit (QuakeEd) compile.
It won't work yet as there's no gorm file and there's code that has been
commented out, but it finally compiles.
2010-09-26 13:50:17 +09:00

22 lines
261 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