![]() |
Crossfire Client, Trunk
|
#include <mapdata.h>
Data Fields | |
char * | label |
struct MapLabel * | next |
int | subtype |
char* MapLabel::label |
Definition at line 76 of file mapdata.h.
Referenced by map_draw_labels(), mapdata_add_label(), and mapdata_clear_label().
struct MapLabel* MapLabel::next |
Definition at line 77 of file mapdata.h.
Referenced by map_draw_labels(), and mapdata_clear_label().
int MapLabel::subtype |
Definition at line 75 of file mapdata.h.
Referenced by map_draw_labels(), and mapdata_add_label().