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

Method ItemContainer

src/Savegame/ItemContainer.cpp:29–31  ·  view source on GitHub ↗

* Initializes an item container with no contents. */

Source from the content-addressed store, hash-verified

27 * Initializes an item container with no contents.
28 */
29ItemContainer::ItemContainer() : _qty()
30{
31}
32
33/**
34 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected