![]() |
Crossfire Server, Trunk
1.75.0
|
Titles for one message type. More...
Collaboration diagram for titlelist:Data Fields | |
| title * | first_book |
| pointer to first book in this list More... | |
| titlelist * | next |
| pointer to next book list More... | |
| int | number |
| number of items in the list More... | |
Titles for one message type.
Definition at line 121 of file readable.cpp.
| title* titlelist::first_book |
pointer to first book in this list
Definition at line 123 of file readable.cpp.
Referenced by add_book(), add_book_to_list(), find_title(), free_all_readable(), and write_book_archive().
| titlelist* titlelist::next |
pointer to next book list
Definition at line 124 of file readable.cpp.
Referenced by free_all_readable(), get_titlelist(), init_book_archive(), and write_book_archive().
| int titlelist::number |
number of items in the list
Definition at line 122 of file readable.cpp.
Referenced by add_book(), add_book_to_list(), change_book(), and init_book_archive().