#include <plib/ssg.h>#include <raceman.h>

Go to the source code of this file.
Macros | |
| #define | GR_SPLIT_ADD 0 |
| #define | GR_SPLIT_REM 1 |
| #define | GR_NB_MAX_SCREEN 4 |
Enumerations | |
| enum | EWheelDetail { DETAILED, SIMPLE } |
Functions | |
| bool | InitMultiTex () |
| int | initView (int x, int y, int width, int height, int flag, void *screen) |
| int | initCars (tSituation *s) |
| int | refresh (tSituation *s) |
| void | shutdownCars (void) |
| int | initTrack (tTrack *track) |
| void | shutdownTrack (void) |
| void | muteForMenu (void) |
| float | urandom () |
Variables | |
| int | grWinx |
| int | grWiny |
| int | grWinw |
| int | grWinh |
| int | grVectFlag |
| int | grVectDispFlag [] |
| int | segIndice |
| double | grCurTime |
| void * | grHandle |
| void * | grTrackHandle |
| ssgContext | grContext |
| int | grNbCars |
| int | maxTextureUnits |
| tdble | grMaxDammage |
| class cGrScreen * | grScreens [] |
| tdble | grLodFactorValue |
| double | grDeltaTime |
| EWheelDetail | grUseDetailedWheels |
| enum EWheelDetail |
| int initCars | ( | tSituation * | s | ) |
| bool InitMultiTex | ( | ) |
| int initTrack | ( | tTrack * | track | ) |
| int initView | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | flag, | ||
| void * | screen | ||
| ) |
| void muteForMenu | ( | void | ) |
| int refresh | ( | tSituation * | s | ) |
| void shutdownCars | ( | void | ) |
| void shutdownTrack | ( | void | ) |
| ssgContext grContext |
Definition at line 67 of file grmain.cpp.
| double grCurTime |
Definition at line 52 of file grmain.cpp.
| double grDeltaTime |
Definition at line 53 of file grmain.cpp.
| void* grHandle |
Definition at line 59 of file grmain.cpp.
| tdble grLodFactorValue |
Definition at line 70 of file grmain.cpp.
| tdble grMaxDammage |
Definition at line 56 of file grmain.cpp.
| int grNbCars |
Definition at line 57 of file grmain.cpp.
| class cGrScreen* grScreens[] |
Definition at line 68 of file grmain.cpp.
| void* grTrackHandle |
Definition at line 60 of file grmain.cpp.
| EWheelDetail grUseDetailedWheels |
Definition at line 71 of file grmain.cpp.
| int grVectDispFlag[] |
| int grVectFlag |
| int grWinh |
Definition at line 62 of file grmain.cpp.
| int grWinw |
Definition at line 62 of file grmain.cpp.
| int grWinx |
Definition at line 62 of file grmain.cpp.
| int grWiny |
Definition at line 62 of file grmain.cpp.
| int maxTextureUnits |
Definition at line 48 of file grmain.cpp.
| int segIndice |
Definition at line 54 of file grmain.cpp.