doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs
Pvs.cpp File Reference
#include "../idlib/precompiled.h"
#include "Game_local.h"

Go to the source code of this file.

Classes

struct  pvsPassage_s
 
struct  pvsPortal_s
 
struct  pvsArea_s
 
struct  pvsStack_s
 

Macros

#define MAX_BOUNDS_AREAS   16
 
#define MAX_PASSAGE_BOUNDS   128
 

Typedefs

typedef struct pvsPassage_s pvsPassage_t
 
typedef struct pvsPortal_s pvsPortal_t
 
typedef struct pvsArea_s pvsArea_t
 
typedef struct pvsStack_s pvsStack_t
 

Macro Definition Documentation

#define MAX_BOUNDS_AREAS   16

Definition at line 34 of file Pvs.cpp.

#define MAX_PASSAGE_BOUNDS   128

Definition at line 569 of file Pvs.cpp.

Typedef Documentation

typedef struct pvsArea_s pvsArea_t
typedef struct pvsPassage_s pvsPassage_t
typedef struct pvsPortal_s pvsPortal_t
typedef struct pvsStack_s pvsStack_t