Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 20 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _RACESUMM_H_ |
2 | #define _RACESUMM_H_ |
3 | 3 | ||
- | 4 | #include "brender/br_types.h" |
|
4 | #include "dr_types.h" |
5 | #include "dr_types.h" |
5 | 6 | ||
6 | extern int gPlayer_lookup[6]; |
7 | extern int gPlayer_lookup[6]; |
7 | extern tMouse_area gOld_back_button; |
8 | extern tMouse_area gOld_back_button; |
8 | extern tWreck_info gWreck_array[30]; |
9 | extern tWreck_info gWreck_array[30]; |
Line 103... | Line 104... | ||
103 | void DrawAnItem__racesumm(int pX, int pY_index, int pFont_index, char* pText); |
104 | void DrawAnItem__racesumm(int pX, int pY_index, int pFont_index, char* pText); |
104 | 105 | ||
105 | // Suffix added to avoid duplicate symbol |
106 | // Suffix added to avoid duplicate symbol |
106 | void DrawColumnHeading__racesumm(int pStr_index, int pX); |
107 | void DrawColumnHeading__racesumm(int pStr_index, int pX); |
107 | 108 | ||
108 | int SortScores( |
109 | int SortScores(void* pFirst_one, void* pSecond_one); |
109 | 110 | ||
110 | void SortGameScores(void); |
111 | void SortGameScores(void); |
111 | 112 | ||
112 | void NetSumDraw(int pCurrent_choice, int pCurrent_mode); |
113 | void NetSumDraw(int pCurrent_choice, int pCurrent_mode); |
113 | 114 |