doom3-gpl
Doom 3 GPL source release
|
#include <Game_local.h>
Public Attributes | |
int | sequence |
entityState_t * | firstEntityState |
int | pvs [ENTITY_PVS_SIZE] |
struct snapshot_s * | next |
Definition at line 125 of file Game_local.h.
entityState_t* snapshot_s::firstEntityState |
Definition at line 127 of file Game_local.h.
struct snapshot_s* snapshot_s::next |
Definition at line 129 of file Game_local.h.
int snapshot_s::pvs[ENTITY_PVS_SIZE] |
Definition at line 128 of file Game_local.h.
int snapshot_s::sequence |
Definition at line 126 of file Game_local.h.