![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Functions | |
| gameExport_t * | GetGameAPI (gameImport_t *import) |
| void | TestGameAPI (void) |
| void | gameError (const char *fmt,...) |
Variables | |
| idRenderWorld * | gameRenderWorld = NULL |
| idSoundWorld * | gameSoundWorld = NULL |
| idAnimManager | animationLib |
| idGameLocal | gameLocal |
| idGame * | game = &gameLocal |
Definition at line 805 of file Game_local.cpp.
| gameExport_t* GetGameAPI | ( | gameImport_t * | import | ) |
Definition at line 118 of file Game_local.cpp.
Definition at line 163 of file Game_local.cpp.
| idAnimManager animationLib |
Definition at line 61 of file Game_local.cpp.
Definition at line 65 of file Game_local.cpp.
| idGameLocal gameLocal |
Definition at line 64 of file Game_local.cpp.
| idRenderWorld* gameRenderWorld = NULL |
Definition at line 55 of file Game_local.cpp.
| idSoundWorld* gameSoundWorld = NULL |
Definition at line 56 of file Game_local.cpp.
1.8.6.