TORCS  1.3.9
The Open Racing Car Simulator
singleplayer.cpp File Reference


More...

#include <stdlib.h>
#include <stdio.h>
#include <tgfclient.h>
#include <raceman.h>
#include "raceengine.h"
#include "racemain.h"
#include "raceinit.h"
#include "racestate.h"
Include dependency graph for singleplayer.cpp:

Go to the source code of this file.

Functions

static void singlePlayerMenuActivate (void *)
 
static void singlePLayerShutdown (void *precMenu)
 
void * ReSinglePlayerInit (void *precMenu)
 

Variables

static void * singlePlayerHandle = NULL
 

Detailed Description


Author
Eric Espie
Version
$Id$

Definition in file singleplayer.cpp.

Function Documentation

◆ ReSinglePlayerInit()

void* ReSinglePlayerInit ( void *  precMenu)

Definition at line 58 of file singleplayer.cpp.

Here is the call graph for this function:

◆ singlePlayerMenuActivate()

static void singlePlayerMenuActivate ( void *  )
static

Definition at line 40 of file singleplayer.cpp.

Here is the call graph for this function:

◆ singlePLayerShutdown()

static void singlePLayerShutdown ( void *  precMenu)
static

Definition at line 49 of file singleplayer.cpp.

Here is the call graph for this function:

Variable Documentation

◆ singlePlayerHandle

void* singlePlayerHandle = NULL
static

Definition at line 36 of file singleplayer.cpp.