|
Compounds |
struct | tStartRaceCall |
Defines |
#define | MAX_LINES 20 |
Functions |
void * | RmTwoStateScreen (char *title, char *label1, char *tip1, void *screen1, char *label2, char *tip2, void *screen2) |
void * | RmTriStateScreen (char *title, char *label1, char *tip1, void *screen1, char *label2, char *tip2, void *screen2, char *label3, char *tip3, void *screen3) |
void * | RmFourStateScreen (char *title, char *label1, char *tip1, void *screen1, char *label2, char *tip2, void *screen2, char *label3, char *tip3, void *screen3, char *label4, char *tip4, void *screen4) |
void | RmDisplayStartRace (tRmInfo *info, void *startScr, void *abortScr) |