Represents a collection of shops that can be visited. More...
#include <Visitor_Village.h>
Public Attributes | |
const char * | Name |
Name of the village. | |
Visitor_Shop ** | shops |
List of shops in this village. | |
size_t | shops_count |
Number of shops in the shops list. | |
Represents a collection of shops that can be visited.
Definition at line 18 of file c/Visitor_Village.h.
const char* Name |
Name of the village.
Definition at line 20 of file c/Visitor_Village.h.
Referenced by Visitor_Shop::PickupOrder(), Visitor_Shop::PlaceOrder(), EntryInformation::ToString(), Village_Initialize(), Village_Load(), and Visitor_Exercise().
Visitor_Shop** shops |
List of shops in this village.
Definition at line 21 of file c/Visitor_Village.h.
Referenced by Village_AddShop(), Village_Clear(), Village_Initialize(), and Village_VisitShop().
size_t shops_count |
Number of shops in the shops
list.
Definition at line 22 of file c/Visitor_Village.h.
Referenced by Village_AddShop(), Village_Clear(), Village_Initialize(), and Village_VisitShop().