![]() |
torcs - 1.2.2 | ![]() |
#include <stdlib.h>
#include <stdio.h>
#include <tgfclient.h>
#include <raceman.h>
#include <robot.h>
#include <racescreens.h>
#include <robottools.h>
#include "raceengine.h"
#include "racemain.h"
#include "racestate.h"
#include "racegl.h"
#include "raceresults.h"
#include "raceinit.h"
Include dependency graph for raceinit.cpp:
Compounds | |
struct | tMainMod |
Functions | |
void | ReInit (void) |
void | ReShutdown (void) |
void | ReStartNewRace (void *) |
void | ReAddRacemanListButton (void *menuHandle) |
int | ReInitCars (void) |
Initialize the cars for a race. | |
int | ReInitTrack (void) |
Initialize the track for a race manager. | |
void | ReRaceCleanup (void) |
void | ReRaceCleanDrivers (void) |
char * | ReGetCurrentRaceName (void) |
char * | ReGetPrevRaceName (void) |
Variables | |
tModList * | ReRaceModList = 0 |
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
Initialize the cars for a race. The car are positionned on the starting grid.
|
Here is the call graph for this function:
|
Initialize the track for a race manager.
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|