#include "externs.h"


Go to the source code of this file.
Classes | |
| class | ShoppingList |
Functions | |
| int | artefact_value (const item_def &item) |
| unsigned int | item_value (item_def item, bool ident=false) |
| void | shop () |
| shop_struct * | get_shop (const coord_def &where) |
| void | destroy_shop_at (coord_def p) |
| void | destroy_shop (shop_struct *shop) |
| std::string | shop_type_name (shop_type type) |
| std::string | shop_type_suffix (shop_type type, const coord_def &where) |
| std::string | shop_name (const coord_def &where) |
| std::string | shop_name (const coord_def &where, bool add_stop) |
| bool | shoptype_identifies_stock (shop_type type) |
| bool | is_shop_item (const item_def &item) |
Variables | |
| ShoppingList | shopping_list |
| int artefact_value | ( | const item_def & | item | ) |

| void destroy_shop | ( | shop_struct * | shop | ) |

| void destroy_shop_at | ( | coord_def | p | ) |

| shop_struct* get_shop | ( | const coord_def & | where | ) |
| bool is_shop_item | ( | const item_def & | item | ) |
| unsigned int item_value | ( | item_def | item, | |
| bool | ident = false | |||
| ) |

| void shop | ( | ) |

| std::string shop_name | ( | const coord_def & | where, | |
| bool | add_stop | |||
| ) |

| std::string shop_name | ( | const coord_def & | where | ) |

| std::string shop_type_name | ( | shop_type | type | ) |
| std::string shop_type_suffix | ( | shop_type | type, | |
| const coord_def & | where | |||
| ) |
| bool shoptype_identifies_stock | ( | shop_type | type | ) |
1.5.6