Compounds | |
| class | cBook |
| Item class for books. More... | |
Functions | |
| void | LoadBooks () |
| Load books from savefile. | |
| void | SaveBooks () |
| Save books to savefile. | |
| void | ShouldSave () |
| Set shouldsave flag to 1. | |
| void | archive () |
| archive old savefiles | |
| void | safeoldsave () |
| save the current savefile | |
| void | addNewBook (P_ITEM book) |
| add a new book to the map with book as bookitem | |
| void | DoubleClickBook (NXWSOCKET s, P_ITEM book) |
| Manage the doubleclick of a book-type item. | |
Variables | |
| std::map< UI32, cBook > | books |
| LOGICAL | shouldsave = false |
|
|
add a new book to the map with book as bookitem
|
|
|
archive old savefiles
|
|
||||||||||||
|
Manage the doubleclick of a book-type item.
|
|
|
Load books from savefile.
|
|
|
save the current savefile
|
|
|
Save books to savefile.
|
|
|
Set shouldsave flag to 1.
|
|
|
|
|
|
|