TORCS  1.3.9
The Open Racing Car Simulator
racemain.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : racemain.h
4  created : Sat Nov 16 12:14:57 CET 2002
5  copyright : (C) 2002 by Eric Espié
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 _RACEMAIN_H_
27 #define _RACEMAIN_H_
28 
29 extern int ReRaceEventInit(void);
30 extern int RePreRace(void);
31 extern int ReRaceStart(void);
32 extern int ReRaceStop(void);
33 extern int ReRaceEnd(void);
34 extern int RePostRace(void);
35 extern int ReEventShutdown(void);
36 
37 #endif /* _RACEMAIN_H_ */
38 
39 
40 
int ReRaceEventInit(void)
Definition: racemain.cpp:107
int ReEventShutdown(void)
Definition: racemain.cpp:617
int ReRaceEnd(void)
Definition: racemain.cpp:573
int ReRaceStart(void)
Definition: racemain.cpp:368
int RePreRace(void)
Definition: racemain.cpp:196
int RePostRace(void)
Definition: racemain.cpp:596
int ReRaceStop(void)
Definition: racemain.cpp:533