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