MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / equalProduction

Class equalProduction

src/Savegame/SavedGame.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78struct equalProduction : public std::unary_function<Production *,
79 bool>
80{
81 RuleManufacture * _item;
82 equalProduction(RuleManufacture * item);
83 bool operator()(const Production * p) const;
84};
85
86equalProduction::equalProduction(RuleManufacture * item) : _item(item)
87{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected