32 map<string, int> resourceMap;
35 Resources(map<string, int> _resourceMap) : resourceMap(_resourceMap) {}
40 resourceMap = other.resourceMap;
43 int getResourceCount(
string resource_name)
const;
44 map<string, int> &getResourceMap(
void);
Definition: resources.h:28