Crossfire Client, Branches
R11627
|
#include <mapdata.h>
Data Fields | |
struct MapCell ** | cells |
int | x |
int | y |
struct MapCell** Map::cells |
Definition at line 95 of file mapdata.h.
Referenced by display_map_doneupdate(), display_mapcell(), drawsmooth(), expand_clear_bigface(), expand_clear_face(), expand_clear_face_from_layer(), expand_need_update(), expand_need_update_from_layer(), expand_set_bigface(), expand_set_face(), ExtSmooth(), gtk_draw_map(), mapdata_animation(), mapdata_bigface(), mapdata_clear_old(), mapdata_clear_space(), mapdata_face(), mapdata_init(), mapdata_newmap(), mapdata_scroll(), mapdata_set_anim_layer(), mapdata_set_check_space(), mapdata_set_face_layer(), mapdata_set_smooth(), mark_resmooth(), recenter_virtual_map_view(), send_map(), and set_darkness().
int Map::x |
Definition at line 92 of file mapdata.h.
Referenced by drawsmooth(), ExtSmooth(), gtk_draw_map(), mapdata_init(), mapdata_set_smooth(), script_process_cmd(), send_map(), and set_darkness().
int Map::y |
Definition at line 93 of file mapdata.h.
Referenced by drawsmooth(), ExtSmooth(), gtk_draw_map(), mapdata_init(), mapdata_set_smooth(), script_process_cmd(), send_map(), and set_darkness().