|
Atrinik Client 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| static unsigned long | bmap_hash (const char *str) |
| bmap_struct * | bmap_find (const char *name) |
| void | bmap_add (bmap_struct *bmap) |
| void | read_bmaps_p0 () |
| void | read_bmaps () |
| void | finish_face_cmd (int pnum, uint32 checksum, char *face) |
| static int | load_picture_from_pack (int num) |
| static int | load_gfx_user_face (uint16 num) |
| int | request_face (int pnum) |
| int | get_bmap_id (char *name) |
| void | blit_face (int id, int x, int y) |
Variables | |
| static bmap_struct * | bmaps_default [BMAPS_MAX] |
| static bmap_struct * | bmaps = NULL |
| static size_t | bmaps_size = 0 |
Handles image related code.
Definition in file image.c.
| void blit_face | ( | int | id, |
| int | x, | ||
| int | y | ||
| ) |
| void bmap_add | ( | bmap_struct * | bmap | ) |
| bmap_struct* bmap_find | ( | const char * | name | ) |
| static unsigned long bmap_hash | ( | const char * | str | ) | [static] |
| void finish_face_cmd | ( | int | pnum, |
| uint32 | checksum, | ||
| char * | face | ||
| ) |
| int get_bmap_id | ( | char * | name | ) |
| static int load_gfx_user_face | ( | uint16 | num | ) | [static] |
| static int load_picture_from_pack | ( | int | num | ) | [static] |
| void read_bmaps_p0 | ( | ) |
| int request_face | ( | int | pnum | ) |
bmap_struct* bmaps = NULL [static] |
bmap_struct* bmaps_default[BMAPS_MAX] [static] |
size_t bmaps_size = 0 [static] |
1.7.4