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

Method AlienStrategy

src/Savegame/AlienStrategy.cpp:36–39  ·  view source on GitHub ↗

* Create an AlienStrategy with no values. * Running a game like this will most likely crash. */

Source from the content-addressed store, hash-verified

34 * Running a game like this will most likely crash.
35 */
36AlienStrategy::AlienStrategy()
37{
38 // Empty by design!
39}
40
41/**
42 * Free all resources used by this AlienStrategy.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected