#include "AppHdr.h"#include <vector>#include <sstream>#include <iomanip>#include "notes.h"#include "branch.h"#include "cio.h"#include "describe.h"#include "files.h"#include "kills.h"#include "hiscores.h"#include "message.h"#include "mutation.h"#include "options.h"#include "place.h"#include "religion.h"#include "skills2.h"#include "spl-util.h"#include "tags.h"

Defines | |
| #define | NOTES_VERSION_NUMBER 1002 |
Functions | |
| bool | notes_are_active () |
| void | take_note (const Note ¬e, bool force) |
| void | activate_notes (bool active) |
| void | save_notes (writer &outf) |
| void | load_notes (reader &inf) |
| void | make_user_note () |
Variables | |
| std::vector< Note > | note_list |
| bool | notes_active = false |
| #define NOTES_VERSION_NUMBER 1002 |
| void activate_notes | ( | bool | active | ) |
| void load_notes | ( | reader & | inf | ) |

| void make_user_note | ( | ) |

| bool notes_are_active | ( | ) |
| void save_notes | ( | writer & | outf | ) |

| void take_note | ( | const Note & | note, | |
| bool | force | |||
| ) |

| bool notes_active = false |
1.5.6