#include <string>#include <cstdio>


Go to the source code of this file.
Enumerations | |
| enum | item_origin_dump_selector { IODS_PRICE = 0, IODS_ARTEFACTS = 1, IODS_EGO_ARMOUR = 2, IODS_EGO_WEAPON = 4, IODS_JEWELLERY = 8, IODS_RUNES = 16, IODS_RODS = 32, IODS_STAVES = 64, IODS_BOOKS = 128, IODS_EVERYTHING = 0xFF } |
Functions | |
| bool | dump_char (const std::string &fname, bool show_prices, bool full_id=false, const scorefile_entry *se=NULL) |
| void | dump_map (const char *fname, bool debug=false, bool dist=false) |
| void | dump_map (FILE *fp, bool debug=false, bool dist=false) |
| void | display_notes () |
| std::string | munge_description (const std::string &inStr) |
| const char * | hunger_level (void) |
| void | record_turn_timestamp () |
| void display_notes | ( | ) |

| bool dump_char | ( | const std::string & | fname, | |
| bool | show_prices, | |||
| bool | full_id = false, |
|||
| const scorefile_entry * | se = NULL | |||
| ) |
| void dump_map | ( | FILE * | fp, | |
| bool | debug = false, |
|||
| bool | dist = false | |||
| ) |

| void dump_map | ( | const char * | fname, | |
| bool | debug = false, |
|||
| bool | dist = false | |||
| ) |

| const char* hunger_level | ( | void | ) |
| std::string munge_description | ( | const std::string & | inStr | ) |
| void record_turn_timestamp | ( | ) |
1.5.6