mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 13:41:32 +00:00
44dd62d369
It won't work yet as there's no gorm file and there's code that has been commented out, but it finally compiles.
22 lines
261 B
Objective-C
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
|