![]() |
torcs - 1.2.2 | ![]() |
00001 /*************************************************************************** 00002 00003 file : raceresults.h 00004 created : Thu Jan 2 12:43:28 CET 2003 00005 copyright : (C) 2002 by Eric Espié 00006 email : eric.espie@torcs.org 00007 version : $Id: raceresults.h,v 1.2 2003/06/24 21:02:24 torcs Exp $ 00008 00009 ***************************************************************************/ 00010 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 00026 #ifndef _RACERESULTS_H_ 00027 #define _RACERESULTS_H_ 00028 00029 00030 extern void ReInitResults(void); 00031 extern void ReStoreRaceResults(char *race); 00032 extern int ReDisplayResults(void); 00033 extern void ReDisplayStandings(void); 00034 extern void ReSavePracticeLap(tCarElt *car); 00035 extern void ReUpdateQualifCurRes(tCarElt *car); 00036 extern void ReEventInitResults(void); 00037 extern void ReUpdateStandings(); 00038 00039 #endif /* _RACERESULTS_H_ */ 00040 00041 00042