The set of functions that each item type implements. More...
#include <item.h>
Data Fields | |
| Item *(* | roll_new )(enum RngSequence key) |
| int(* | get_buy_price )(Item *item) |
| bool(* | can_acquire )(Item *item) |
| void(* | acquire )(Item *item) |
| void(* | dispose )(Item **item) |
| Item *(* roll_new) (enum RngSequence key) |