Crossfire Server, Branches 1.12
R18729
|
Data Fields | |
struct titlestruct * | first_book |
struct titleliststruct * | next |
int | number |
Definition at line 114 of file readable.c.
struct titlestruct* titleliststruct::first_book |
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().
int titleliststruct::number |
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().