#include <player_shop.h>
Data Fields | |
| sint32 | tag |
| int | price |
| char | price_buf [MAX_INPUT_STR] |
| int | nrof |
| struct shop_struct * | next |
Shop item structure.
Definition at line 36 of file player_shop.h.
| struct shop_struct* shop_struct::next |
Next item in this linked list
Definition at line 51 of file player_shop.h.
Number of items to sell
Definition at line 48 of file player_shop.h.
The item's price
Definition at line 42 of file player_shop.h.
| char shop_struct::price_buf[MAX_INPUT_STR] |
Character representation of the price
Definition at line 45 of file player_shop.h.
| sint32 shop_struct::tag |
The item tag
Definition at line 39 of file player_shop.h.
1.7.1