doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs | Enumerations
Pvs.h File Reference

Go to the source code of this file.

Classes

struct  pvsHandle_s
 
struct  pvsCurrent_s
 
class  idPVS
 

Macros

#define MAX_CURRENT_PVS   8
 

Typedefs

typedef struct pvsHandle_s pvsHandle_t
 
typedef struct pvsCurrent_s pvsCurrent_t
 

Enumerations

enum  pvsType_t { PVS_NORMAL = 0, PVS_ALL_PORTALS_OPEN = 1, PVS_CONNECTED_AREAS = 2 }
 

Macro Definition Documentation

#define MAX_CURRENT_PVS   8

Definition at line 54 of file Pvs.h.

Typedef Documentation

typedef struct pvsCurrent_s pvsCurrent_t
typedef struct pvsHandle_s pvsHandle_t

Enumeration Type Documentation

enum pvsType_t
Enumerator
PVS_NORMAL 
PVS_ALL_PORTALS_OPEN 
PVS_CONNECTED_AREAS 

Definition at line 56 of file Pvs.h.