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

Method Waypoint

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

* Initializes a waypoint. */

Source from the content-addressed store, hash-verified

27 * Initializes a waypoint.
28 */
29Waypoint::Waypoint() : Target(), _id(0)
30{
31}
32
33/**
34 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected