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

Method GraphButInfo

src/Geoscape/GraphsState.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 int _color;
48 bool _pushed;
49 GraphButInfo(const LocalizedText& name, Uint8 color): _name(name), _color(color), _pushed(false) {}
50};
51/**
52 * Initializes all the elements in the Graphs screen.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected