|
Crossfire Server, Branch 1.12
R12190
|

Data Fields | |
| struct titlestruct * | first_book |
| pointer to first book in this list | |
| struct titleliststruct * | next |
| pointer to next book list | |
| int | number |
| number of items in the list | |
Definition at line 114 of file readable.c.
pointer to first book in this list
Definition at line 116 of file readable.c.
Referenced by add_book(), add_book_to_list(), find_title(), free_all_readable(), get_empty_booklist(), and write_book_archive().
| struct titleliststruct* titleliststruct::next |
pointer to next book list
Definition at line 117 of file readable.c.
Referenced by free_all_readable(), get_empty_booklist(), get_titlelist(), init_book_archive(), and write_book_archive().
number of items in the list
Definition at line 115 of file readable.c.
Referenced by add_book(), add_book_to_list(), change_book(), get_empty_booklist(), and init_book_archive().
1.7.6.1