TORCS  1.3.9
The Open Racing Car Simulator
raceresults.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : raceresults.h
4  created : Thu Jan 2 12:43:28 CET 2003
5  copyright : (C) 2002-2014 by Eric Espie, Bernhard Wymann
6  email : eric.espie@torcs.org
7  version : $Id$
8 
9  ***************************************************************************/
10 
11 /***************************************************************************
12  * *
13  * This program is free software; you can redistribute it and/or modify *
14  * it under the terms of the GNU General Public License as published by *
15  * the Free Software Foundation; either version 2 of the License, or *
16  * (at your option) any later version. *
17  * *
18  ***************************************************************************/
19 
26 #ifndef _RACERESULTS_H_
27 #define _RACERESULTS_H_
28 
29 
30 extern void ReInitResults(void);
31 extern void ReStoreRaceResults(const char *race);
32 extern int ReDisplayResults(void);
33 extern void ReDisplayStandings(void);
34 extern void ReSavePracticeLap(tCarElt *car);
35 extern void ReUpdateQualifCurRes(tCarElt *car);
36 extern void ReEventInitResults(void);
37 extern void ReUpdateStandings();
38 
39 #endif /* _RACERESULTS_H_ */
40 
41 
42 
Car structure (tCarElt).
Definition: car.h:455
void ReUpdateQualifCurRes(tCarElt *car)
void ReSavePracticeLap(tCarElt *car)
void ReUpdateStandings()
void ReEventInitResults(void)
void ReStoreRaceResults(const char *race)
int ReDisplayResults(void)
void ReInitResults(void)
void ReDisplayStandings(void)