Macros | |
#define | ENT_POOL_SIZE 32 |
Typedefs | |
typedef struct entity_pool_s | entity_pool_t |
Functions | |
entity_t * | R_AllocEntity (void) |
void | R_ClearEnts (void) |
void | R_EnqueueEntity (entity_t *ent) |
float | R_EntityBlend (entity_t *ent, int pose, float interval) |
void | R_FreeAllEntities (void) |
Variables | |
entity_t * | r_ent_queue |
#define ENT_POOL_SIZE 32 |
typedef struct entity_pool_s entity_pool_t |
entity_t* R_AllocEntity | ( | void | ) |
void R_ClearEnts | ( | void | ) |
void R_EnqueueEntity | ( | entity_t * | ent | ) |
void R_FreeAllEntities | ( | void | ) |
entity_t* r_ent_queue |