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

Class findRuleResearch

src/Savegame/SavedGame.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 SavedGame::QUICKSAVE = "_quick_.asav";
60
61struct findRuleResearch : public std::unary_function<ResearchProject *,
62 bool>
63{
64 RuleResearch * _toFind;
65 findRuleResearch(RuleResearch * toFind);
66 bool operator()(const ResearchProject *r) const;
67};
68
69findRuleResearch::findRuleResearch(RuleResearch * toFind) : _toFind(toFind)
70{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected