4 #include <unordered_map> 41 std::unordered_map<EntityType, std::unique_ptr<Entity>> storage;
std::unique_ptr< Entity > createCookie(EntityType entityType, std::string &value)
Factory, that make clone of cookie entities prototypes.
Definition: cookie_entity_factory.h:13
Definition: cookie_entity_factory.h:19
Definition: cookie_entity_factory.h:21
Definition: cookie_entity_factory.h:20
EntityType
Definition: cookie_entity_factory.h:18