#include "db.h"
#include "cque.h"
#include "rbtree.h"
Include dependency graph for pcache.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | player_cache |
Defines | |
#define | PF_DEAD 0x0001 |
#define | PF_REF 0x0002 |
#define | PF_MONEY_CH 0x0004 |
#define | PF_QMAX_CH 0x0008 |
Typedefs | |
typedef player_cache | PCACHE |
Variables | |
rbtree | pcache_tree |
PCACHE * | pcache_head |
#define PF_DEAD 0x0001 |
#define PF_MONEY_CH 0x0004 |
#define PF_QMAX_CH 0x0008 |
#define PF_REF 0x0002 |
typedef struct player_cache PCACHE |
Definition at line 21 of file pcache.h.
Referenced by pcache_find(), pcache_init(), pcache_sync(), and pcache_trim().
Definition at line 20 of file pcache.h.
Referenced by pcache_find(), pcache_init(), and pcache_trim().