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

Method ResourcePack

src/Resource/ResourcePack.cpp:38–42  ·  view source on GitHub ↗

* Initializes a blank resource set pointing to a folder. */

Source from the content-addressed store, hash-verified

36 * Initializes a blank resource set pointing to a folder.
37 */
38ResourcePack::ResourcePack() : _playingMusic(""), _palettes(), _fonts(), _surfaces(), _sets(), _sounds(), _polygons(), _polylines(), _musics()
39{
40 _muteMusic = new Music();
41 _muteSound = new Sound();
42}
43
44/**
45 * Deletes all the loaded resources.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected