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

Go to the source code of this file.

Classes

class  idBrushSide
 
class  idBrush
 
class  idBrushList
 
class  idBrushMap
 

Macros

#define BRUSH_PLANESIDE_FRONT   1
 
#define BRUSH_PLANESIDE_BACK   2
 
#define BRUSH_PLANESIDE_BOTH   ( BRUSH_PLANESIDE_FRONT | BRUSH_PLANESIDE_BACK )
 
#define BRUSH_PLANESIDE_FACING   4
 
#define SFL_SPLIT   0x0001
 
#define SFL_BEVEL   0x0002
 
#define SFL_USED_SPLITTER   0x0004
 
#define SFL_TESTED_SPLITTER   0x0008
 
#define BFL_NO_VALID_SPLITTERS   0x0001
 

Functions

void DisplayRealTimeString (char *string,...) id_attribute((format(printf
 

Macro Definition Documentation

#define BFL_NO_VALID_SPLITTERS   0x0001

Definition at line 96 of file Brush.h.

#define BRUSH_PLANESIDE_BACK   2

Definition at line 42 of file Brush.h.

#define BRUSH_PLANESIDE_BOTH   ( BRUSH_PLANESIDE_FRONT | BRUSH_PLANESIDE_BACK )

Definition at line 43 of file Brush.h.

#define BRUSH_PLANESIDE_FACING   4

Definition at line 44 of file Brush.h.

#define BRUSH_PLANESIDE_FRONT   1

Definition at line 41 of file Brush.h.

#define SFL_BEVEL   0x0002

Definition at line 59 of file Brush.h.

#define SFL_SPLIT   0x0001

Definition at line 58 of file Brush.h.

#define SFL_TESTED_SPLITTER   0x0008

Definition at line 61 of file Brush.h.

#define SFL_USED_SPLITTER   0x0004

Definition at line 60 of file Brush.h.

Function Documentation

void DisplayRealTimeString ( char *  string,
  ... 
)