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

Method RuleCountry

src/Ruleset/RuleCountry.cpp:32–34  ·  view source on GitHub ↗

* Creates a blank ruleset for a certain * type of country. * @param type String defining the type. */

Source from the content-addressed store, hash-verified

30 * @param type String defining the type.
31 */
32RuleCountry::RuleCountry(const std::string &type) : _type(type), _fundingBase(0), _fundingCap(0), _labelLon(0.0), _labelLat(0.0)
33{
34}
35
36/**
37 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected