#include "client.h"Go to the source code of this file.
Macros | |
| #define | DISPLAY_ITEMS 17 |
Functions | |
| void | CL_ParseInventory (void) |
| void | Inv_DrawString (int x, int y, char *string) |
| void | SetStringHighBit (char *s) |
| void | CL_DrawInventory (void) |
Variables | |
| cvar_t * | vid_hudscale |
| void SetStringHighBit | ( | char * | s | ) |
Definition at line 55 of file cl_inv.c.
Referenced by CL_DrawInventory().
| cvar_t* vid_hudscale |
Definition at line 48 of file vid_dll.c.
Referenced by CL_DrawInventory(), and Inv_DrawString().