mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-19 16:39:31 +01:00
17 lines
164 B
Objective-C
17 lines
164 B
Objective-C
|
|
extern id keypairview_i;
|
|
|
|
@interface KeypairView:View
|
|
{
|
|
}
|
|
|
|
- calcViewSize;
|
|
|
|
#define SPACING 4
|
|
#define FONTSIZE 12
|
|
#define EXTRASPC 2
|
|
|
|
#define LINEHEIGHT 16
|
|
|
|
@end
|