![]() |
torcs - 1.2.2 | ![]() |
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <GL/glut.h>
#include <plib/ssg.h>
#include <tgfclient.h>
#include <graphic.h>
#include "grmain.h"
#include "grshadow.h"
#include "grskidmarks.h"
#include "grsmoke.h"
#include "grcar.h"
#include "grscreen.h"
#include "grcam.h"
#include "grscene.h"
#include "grsound.h"
#include "grboard.h"
#include "grutil.h"
#include "grtrackmap.h"
#include "grcarlight.h"
Include dependency graph for grmain.cpp:
Functions | |
bool | InitMultiTex (void) |
int | initView (int x, int y, int width, int height, int, void *screen) |
int | refresh (tSituation *s) |
int | initCars (tSituation *s) |
void | shutdownCars (void) |
int | initTrack (tTrack *track) |
void | shutdownTrack (void) |
Variables | |
int | maxTextureUnits = 0 |
float | grFps |
double | grCurTime |
double | grDeltaTime |
int | segIndice = 0 |
tdble | grMaxDammage = 10000.0 |
int | grNbCars = 0 |
void * | grHandle = NULL |
void * | grTrackHandle = NULL |
int | grWinx |
int | grWiny |
int | grWinw |
int | grWinh |
tgrCarInfo * | grCarInfo |
ssgContext | grContext |
cGrScreen * | grScreens [GR_NB_MAX_SCREEN] |
int | grNbScreen = 1 |
tdble | grLodFactorValue = 1.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|