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

Method getExtraSprites

src/Ruleset/Ruleset.cpp:1162–1165  ·  view source on GitHub ↗

* Gets the list of external sprites. * @return The list of external sprites. */

Source from the content-addressed store, hash-verified

1160 * @return The list of external sprites.
1161 */
1162std::vector<std::pair<std::string, ExtraSprites *> > Ruleset::getExtraSprites() const
1163{
1164 return _extraSprites;
1165}
1166
1167/**
1168 * Gets the list of external sounds.

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected