1 /* KJL 17:58:47 18/04/98 - layout defines */
2 
3 #define HUD_FONT_WIDTH 15
4 //5
5 #define HUD_FONT_HEIGHT 15
6 //8
7 #define HUD_DIGITAL_NUMBERS_WIDTH 14
8 #define HUD_DIGITAL_NUMBERS_HEIGHT 22
9 
10 #define HUDLayout_RightmostTextCentre	-40
11 
12 #define	HUDLayout_Health_TopY			10
13 #define	HUDLayout_Armour_TopY			60
14 
15 /* KJL 15:28:12 09/06/98 - the following are pixels from the bottom of the screen */
16 #define HUDLayout_Rounds_TopY			40
17 #define HUDLayout_Magazines_TopY 		90
18 #define HUDLayout_AmmoDesc_TopY 		115
19 
20 
21 #define HUDLayout_Colour_BrightWhite	0xffffffff
22 #define HUDLayout_Colour_MarineGreen	((255<<24)+(95<<16)+(179<<8)+(39))
23 #define HUDLayout_Colour_MarineRed	((255<<24)+(255<<16))
24 #define HUDLayout_Linespacing			16
25 
26 #ifdef __cplusplus
27 extern "C"
28 {
29 #endif
30 extern char AAFontWidths[];
31 #ifdef __cplusplus
32 };
33 #endif
34