Crossfire Server, Trunk
|
Data Fields | |
size_t | allocated |
size_t | count |
struct struct_race ** | races |
Collection of races.
Definition at line 189 of file mapper.cpp.
size_t struct_race_list::allocated |
Allocated space.
Definition at line 192 of file mapper.cpp.
size_t struct_race_list::count |
Number of races.
Definition at line 191 of file mapper.cpp.
Referenced by fill_json(), fix_tiled_map_monsters(), get_race(), and main().
struct struct_race** struct_race_list::races |
Races on the list.
Definition at line 190 of file mapper.cpp.
Referenced by fill_json(), fix_tiled_map_monsters(), get_race(), and main().