![]() |
Crossfire Server, Trunk
1.75.0
|
Collection of races. More...
Collaboration diagram for struct_race_list:Data Fields | |
| size_t | allocated |
| Allocated space. More... | |
| size_t | count |
| Number of races. More... | |
| struct struct_race ** | races |
| Races on the list. More... | |
Collection of races.
Definition at line 219 of file mapper.cpp.
| size_t struct_race_list::allocated |
Allocated space.
Definition at line 222 of file mapper.cpp.
| size_t struct_race_list::count |
Number of races.
Definition at line 221 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 220 of file mapper.cpp.
Referenced by fill_json(), fix_tiled_map_monsters(), get_race(), and main().