altEngine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Variables
engine.cpp File Reference
#include "include.h"
Include dependency graph for engine.cpp:

Macros

#define MAX_DEPTH   6
 
#define STAIR_HEIGHT   20.0f
 
#define STAIR_POS   1.00f
 
#define STAIR_VEL   0.25f
 
#define DELTA_GRACE   200.0f
 
#define MAX_SPEED   3.0f
 
#define SND_TALK   268
 
#define LIST_SIZE   1024 * 512
 
#define LIST_SIZE   1024 * 512
 

Variables

double com_maxfps
 
static unsigned char huffbuf [HUFFHEAP_SIZE]
 
const char * models [23]
 
const char * teams [3]
 

Macro Definition Documentation

#define DELTA_GRACE   200.0f
#define LIST_SIZE   1024 * 512
#define LIST_SIZE   1024 * 512
#define MAX_DEPTH   6
#define MAX_SPEED   3.0f
#define SND_TALK   268
#define STAIR_HEIGHT   20.0f
#define STAIR_POS   1.00f
#define STAIR_VEL   0.25f

Variable Documentation

double com_maxfps
unsigned char huffbuf[HUFFHEAP_SIZE]
static
const char* models[23]
const char* teams[3]
Initial value:
=
{
"Red",
"Blue",
"None"
}