TORCS  1.3.9
The Open Racing Car Simulator
raceengine.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : raceengine.h
4  created : Sat Nov 23 09:35:21 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 _RACEENGINE_H_
27 #define _RACEENGINE_H_
28 
29 
30 
31 extern void ReStart(void);
32 extern void ReStop(void);
33 extern int ReUpdate(void);
34 extern void ReTimeMod (void *vcmd);
35 
36 extern tRmInfo *ReInfo;
37 
38 #endif /* _RACEENGINE_H_ */
39 
40 
41 
Race Manager General Info.
Definition: raceman.h:218
int ReUpdate(void)
Definition: raceengine.cpp:711
void ReStop(void)
Definition: raceengine.cpp:678
void ReTimeMod(void *vcmd)
Definition: raceengine.cpp:782
tRmInfo * ReInfo
Definition: raceengine.cpp:45
void ReStart(void)
Definition: raceengine.cpp:671